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