is not current version
Last Version 0.2.4

cn.dev8:kotlin 0.1.11


Categories

Categories

Kotlin Languages
GroupId

GroupId

cn.dev8
ArtifactId

ArtifactId

kotlin
Version

Version

0.1.11
Type

Type

pom

Download kotlin 0.1.11

Filename Size
kotlin-0.1.11.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.dev8/kotlin/ -->
<dependency>
    <groupId>cn.dev8</groupId>
    <artifactId>kotlin</artifactId>
    <version>0.1.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dev8/kotlin/
implementation 'cn.dev8:kotlin:0.1.11'
// https://jarcasting.com/artifacts/cn.dev8/kotlin/
implementation ("cn.dev8:kotlin:0.1.11")
'cn.dev8:kotlin:pom:0.1.11'
<dependency org="cn.dev8" name="kotlin" rev="0.1.11">
  <artifact name="kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dev8', module='kotlin', version='0.1.11')
)
libraryDependencies += "cn.dev8" % "kotlin" % "0.1.11"
[cn.dev8/kotlin "0.1.11"]