| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdcom.tomtom.kotlin | 
    
| ArtifactId | ArtifactIdextensions | 
    
| Last Version | Last Version1.7.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionExtensions 
            General-purpose extension functions that can make your code more concise and readable. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| extensions-1.7.1.pom | |
| extensions-1.7.1.jar | 5 KB | 
| extensions-1.7.1-sources.jar | 4 KB | 
| extensions-1.7.1-javadoc.jar | 258 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tomtom.kotlin/extensions/ -->
<dependency>
    <groupId>com.tomtom.kotlin</groupId>
    <artifactId>extensions</artifactId>
    <version>1.7.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.tomtom.kotlin/extensions/
implementation 'com.tomtom.kotlin:extensions:1.7.1'
                // https://jarcasting.com/artifacts/com.tomtom.kotlin/extensions/
implementation ("com.tomtom.kotlin:extensions:1.7.1")
                'com.tomtom.kotlin:extensions:jar:1.7.1'
                <dependency org="com.tomtom.kotlin" name="extensions" rev="1.7.1">
  <artifact name="extensions" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.tomtom.kotlin', module='extensions', version='1.7.1')
)
                libraryDependencies += "com.tomtom.kotlin" % "extensions" % "1.7.1"
                [com.tomtom.kotlin/extensions "1.7.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| io.mockk : mockk | jar | 1.12.3 | 
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 | 
| junit : junit | jar | 4.13.2 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |