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