License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.tomtom.kotlin |
ArtifactId | ArtifactIdkotlin-tools |
Version | Version1.6.4 |
Type | Typepom |
Description |
DescriptionKotlin Tools
Kotlin library with general tools, made open-source.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-tools-1.6.4.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/ -->
<dependency>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/
implementation 'com.tomtom.kotlin:kotlin-tools:1.6.4'
// https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/
implementation ("com.tomtom.kotlin:kotlin-tools:1.6.4")
'com.tomtom.kotlin:kotlin-tools:pom:1.6.4'
<dependency org="com.tomtom.kotlin" name="kotlin-tools" rev="1.6.4">
<artifact name="kotlin-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.kotlin', module='kotlin-tools', version='1.6.4')
)
libraryDependencies += "com.tomtom.kotlin" % "kotlin-tools" % "1.6.4"
[com.tomtom.kotlin/kotlin-tools "1.6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |