文件下载
文件名 操作
gradle-pdbindex-plugin-1.5.jar 下载
gradle-pdbindex-plugin-1.5.pom 下载
gradle-pdbindex-plugin-1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ullink.gradle</groupId>
  <artifactId>gradle-pdbindex-plugin</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'com.ullink.gradle:gradle-pdbindex-plugin:1.5'
Gradle Kotlin
implementation("com.ullink.gradle:gradle-pdbindex-plugin:1.5")
Scala SBT
libraryDependencies += "com.ullink.gradle" % "gradle-pdbindex-plugin" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.ullink.gradle', module='gradle-pdbindex-plugin', version='1.5')
)
Apache Ivy
<dependency org="com.ullink.gradle" name="gradle-pdbindex-plugin" rev="1.5" />
Leiningen
[com.ullink.gradle/gradle-pdbindex-plugin "1.5"]
Apache Buildr
'com.ullink.gradle:gradle-pdbindex-plugin:jar:1.5'