Categories |
CategoriesGradle Build Tools Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.ullink.gradle |
ArtifactId | ArtifactIdgradle-pdbindex-plugin |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ullink.gradle/gradle-pdbindex-plugin/ -->
<dependency>
<groupId>com.ullink.gradle</groupId>
<artifactId>gradle-pdbindex-plugin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ullink.gradle/gradle-pdbindex-plugin/
implementation 'com.ullink.gradle:gradle-pdbindex-plugin:1.0'
// https://jarcasting.com/artifacts/com.ullink.gradle/gradle-pdbindex-plugin/
implementation ("com.ullink.gradle:gradle-pdbindex-plugin:1.0")
'com.ullink.gradle:gradle-pdbindex-plugin:jar:1.0'
<dependency org="com.ullink.gradle" name="gradle-pdbindex-plugin" rev="1.0">
<artifact name="gradle-pdbindex-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ullink.gradle', module='gradle-pdbindex-plugin', version='1.0')
)
libraryDependencies += "com.ullink.gradle" % "gradle-pdbindex-plugin" % "1.0"
[com.ullink.gradle/gradle-pdbindex-plugin "1.0"]