Categories |
CategoriesKotlin Languages Ant Build Tools |
---|---|
GroupId | GroupIdcom.github.gantsign.parent |
ArtifactId | ArtifactIdkotlin-parent |
Version | Version0.9.4 |
Type | Typepom |
Filename | Size |
---|---|
kotlin-parent-0.9.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gantsign.parent/kotlin-parent/ -->
<dependency>
<groupId>com.github.gantsign.parent</groupId>
<artifactId>kotlin-parent</artifactId>
<version>0.9.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gantsign.parent/kotlin-parent/
implementation 'com.github.gantsign.parent:kotlin-parent:0.9.4'
// https://jarcasting.com/artifacts/com.github.gantsign.parent/kotlin-parent/
implementation ("com.github.gantsign.parent:kotlin-parent:0.9.4")
'com.github.gantsign.parent:kotlin-parent:pom:0.9.4'
<dependency org="com.github.gantsign.parent" name="kotlin-parent" rev="0.9.4">
<artifact name="kotlin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gantsign.parent', module='kotlin-parent', version='0.9.4')
)
libraryDependencies += "com.github.gantsign.parent" % "kotlin-parent" % "0.9.4"
[com.github.gantsign.parent/kotlin-parent "0.9.4"]