Categories |
CategoriesKotlin Languages Ant Build Tools |
---|---|
GroupId | GroupIdcom.github.gantsign.parent |
ArtifactId | ArtifactIdkotlin-parent |
Version | Version0.9.2 |
Type | Typepom |
Filename | Size |
---|---|
kotlin-parent-0.9.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gantsign.parent/kotlin-parent/
implementation 'com.github.gantsign.parent:kotlin-parent:0.9.2'
// https://jarcasting.com/artifacts/com.github.gantsign.parent/kotlin-parent/
implementation ("com.github.gantsign.parent:kotlin-parent:0.9.2")
'com.github.gantsign.parent:kotlin-parent:pom:0.9.2'
<dependency org="com.github.gantsign.parent" name="kotlin-parent" rev="0.9.2">
<artifact name="kotlin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gantsign.parent', module='kotlin-parent', version='0.9.2')
)
libraryDependencies += "com.github.gantsign.parent" % "kotlin-parent" % "0.9.2"
[com.github.gantsign.parent/kotlin-parent "0.9.2"]