Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.jchanghong |
ArtifactId | ArtifactIdkotlins |
Version | Version2.3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
kotlins-2.3.0.1.pom | |
kotlins-2.3.0.1.jar | 1 MB |
kotlins-2.3.0.1-sources.jar | 1 MB |
kotlins-2.3.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/kotlins/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>kotlins</artifactId>
<version>2.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/kotlins/
implementation 'com.github.jchanghong:kotlins:2.3.0.1'
// https://jarcasting.com/artifacts/com.github.jchanghong/kotlins/
implementation ("com.github.jchanghong:kotlins:2.3.0.1")
'com.github.jchanghong:kotlins:jar:2.3.0.1'
<dependency org="com.github.jchanghong" name="kotlins" rev="2.3.0.1">
<artifact name="kotlins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='kotlins', version='2.3.0.1')
)
libraryDependencies += "com.github.jchanghong" % "kotlins" % "2.3.0.1"
[com.github.jchanghong/kotlins "2.3.0.1"]