License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.tomtom.kotlin |
ArtifactId | ArtifactIdkotlin-tools |
Version | Version1.5.1 |
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.5.1.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.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/
implementation 'com.tomtom.kotlin:kotlin-tools:1.5.1'
// https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/
implementation ("com.tomtom.kotlin:kotlin-tools:1.5.1")
'com.tomtom.kotlin:kotlin-tools:pom:1.5.1'
<dependency org="com.tomtom.kotlin" name="kotlin-tools" rev="1.5.1">
<artifact name="kotlin-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.kotlin', module='kotlin-tools', version='1.5.1')
)
libraryDependencies += "com.tomtom.kotlin" % "kotlin-tools" % "1.5.1"
[com.tomtom.kotlin/kotlin-tools "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.31 |