| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdcom.tomtom.kotlin | 
    
| ArtifactId | ArtifactIduid | 
    
| Last Version | Last Version1.7.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionUid 
            Uids uses UUIDs for unique IDs, but are more efficient in their handling. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| uid-1.7.1.pom | |
| uid-1.7.1.jar | 7 KB | 
| uid-1.7.1-sources.jar | 4 KB | 
| uid-1.7.1-javadoc.jar | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tomtom.kotlin/uid/ -->
<dependency>
    <groupId>com.tomtom.kotlin</groupId>
    <artifactId>uid</artifactId>
    <version>1.7.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.tomtom.kotlin/uid/
implementation 'com.tomtom.kotlin:uid:1.7.1'
                // https://jarcasting.com/artifacts/com.tomtom.kotlin/uid/
implementation ("com.tomtom.kotlin:uid:1.7.1")
                'com.tomtom.kotlin:uid:jar:1.7.1'
                <dependency org="com.tomtom.kotlin" name="uid" rev="1.7.1">
  <artifact name="uid" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.tomtom.kotlin', module='uid', version='1.7.1')
)
                libraryDependencies += "com.tomtom.kotlin" % "uid" % "1.7.1"
                [com.tomtom.kotlin/uid "1.7.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| nl.jqno.equalsverifier : equalsverifier | jar | 3.10 | 
| junit : junit | jar | 4.13.2 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |