is not current version
Last Version 3.2.0

com.github.gantsign.parent:kotlin-parent 0.9.1

Parent for Kotlin projects

Categories

Categories

Kotlin Languages Ant Build Tools
GroupId

GroupId

com.github.gantsign.parent
ArtifactId

ArtifactId

kotlin-parent
Version

Version

0.9.1
Type

Type

pom

Download kotlin-parent 0.9.1

Filename Size
kotlin-parent-0.9.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gantsign.parent/kotlin-parent/
implementation 'com.github.gantsign.parent:kotlin-parent:0.9.1'
// https://jarcasting.com/artifacts/com.github.gantsign.parent/kotlin-parent/
implementation ("com.github.gantsign.parent:kotlin-parent:0.9.1")
'com.github.gantsign.parent:kotlin-parent:pom:0.9.1'
<dependency org="com.github.gantsign.parent" name="kotlin-parent" rev="0.9.1">
  <artifact name="kotlin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gantsign.parent', module='kotlin-parent', version='0.9.1')
)
libraryDependencies += "com.github.gantsign.parent" % "kotlin-parent" % "0.9.1"
[com.github.gantsign.parent/kotlin-parent "0.9.1"]