| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdcom.tomtom.kotlin | 
    
| ArtifactId | ArtifactIdkotlin-tools | 
    
| Last Version | Last Version1.7.1 | 
        
| Release Date | Release Date | 
        
| 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.7.1.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/ -->
<dependency>
    <groupId>com.tomtom.kotlin</groupId>
    <artifactId>kotlin-tools</artifactId>
    <version>1.7.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/
implementation 'com.tomtom.kotlin:kotlin-tools:1.7.1'
                // https://jarcasting.com/artifacts/com.tomtom.kotlin/kotlin-tools/
implementation ("com.tomtom.kotlin:kotlin-tools:1.7.1")
                'com.tomtom.kotlin:kotlin-tools:pom:1.7.1'
                <dependency org="com.tomtom.kotlin" name="kotlin-tools" rev="1.7.1">
  <artifact name="kotlin-tools" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.tomtom.kotlin', module='kotlin-tools', version='1.7.1')
)
                libraryDependencies += "com.tomtom.kotlin" % "kotlin-tools" % "1.7.1"
                [com.tomtom.kotlin/kotlin-tools "1.7.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |