ソースを参照

xmlbeans 5.0.2 (temporarily from a pre-release location)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894212 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2年前
コミット
7987d913f3
1個のファイルの変更7行の追加0行の削除
  1. 7
    0
      poi-scratchpad/build.gradle

+ 7
- 0
poi-scratchpad/build.gradle ファイルの表示

@@ -35,6 +35,13 @@ sourceSets {
}
}

repositories {
mavenCentral()
maven {
url "https://dist.apache.org/repos/dist/release/poi/xmlbeans/dev/maven"
}
}

dependencies {
api project(':poi')
api project(path:':poi', configuration: 'archives')

読み込み中…
キャンセル
保存