Categories |
CategoriesKotlin Languages Ant Build Tools |
---|---|
GroupId | GroupIdcom.antwerkz.sofia |
ArtifactId | ArtifactIdkotlin-tests |
Version | Version0.22 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-tests-0.22.pom | |
kotlin-tests-0.22.jar | 14 KB |
kotlin-tests-0.22-sources.jar | 3 KB |
kotlin-tests-0.22-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antwerkz.sofia/kotlin-tests/ -->
<dependency>
<groupId>com.antwerkz.sofia</groupId>
<artifactId>kotlin-tests</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.antwerkz.sofia/kotlin-tests/
implementation 'com.antwerkz.sofia:kotlin-tests:0.22'
// https://jarcasting.com/artifacts/com.antwerkz.sofia/kotlin-tests/
implementation ("com.antwerkz.sofia:kotlin-tests:0.22")
'com.antwerkz.sofia:kotlin-tests:jar:0.22'
<dependency org="com.antwerkz.sofia" name="kotlin-tests" rev="0.22">
<artifact name="kotlin-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antwerkz.sofia', module='kotlin-tests', version='0.22')
)
libraryDependencies += "com.antwerkz.sofia" % "kotlin-tests" % "0.22"
[com.antwerkz.sofia/kotlin-tests "0.22"]