| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.offecka | 
    
| ArtifactId | ArtifactIdkutils | 
    
| Last Version | Last Version0.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionutils 
            Useful utilities missing in Kotlin stdlib or in JRE 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| kutils-0.0.3.pom | |
| kutils-0.0.3.jar | 10 KB | 
| kutils-0.0.3-sources.jar | 5 KB | 
| kutils-0.0.3-javadoc.jar | 36 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.offecka/kutils/ -->
<dependency>
    <groupId>net.offecka</groupId>
    <artifactId>kutils</artifactId>
    <version>0.0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/net.offecka/kutils/
implementation 'net.offecka:kutils:0.0.3'
                // https://jarcasting.com/artifacts/net.offecka/kutils/
implementation ("net.offecka:kutils:0.0.3")
                'net.offecka:kutils:jar:0.0.3'
                <dependency org="net.offecka" name="kutils" rev="0.0.3">
  <artifact name="kutils" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.offecka', module='kutils', version='0.0.3')
)
                libraryDependencies += "net.offecka" % "kutils" % "0.0.3"
                [net.offecka/kutils "0.0.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 1.10.19 |