Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcn.dev8 |
ArtifactId | ArtifactIdkotlin |
Version | Version0.1.8 |
Type | Typepom |
Filename | Size |
---|---|
kotlin-0.1.8.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dev8/kotlin/ -->
<dependency>
<groupId>cn.dev8</groupId>
<artifactId>kotlin</artifactId>
<version>0.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dev8/kotlin/
implementation 'cn.dev8:kotlin:0.1.8'
// https://jarcasting.com/artifacts/cn.dev8/kotlin/
implementation ("cn.dev8:kotlin:0.1.8")
'cn.dev8:kotlin:pom:0.1.8'
<dependency org="cn.dev8" name="kotlin" rev="0.1.8">
<artifact name="kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dev8', module='kotlin', version='0.1.8')
)
libraryDependencies += "cn.dev8" % "kotlin" % "0.1.8"
[cn.dev8/kotlin "0.1.8"]