| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIddev.akif | 
    
| ArtifactId | ArtifactIde-kotlin | 
    
| Last Version | Last Version2.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptione-kotlin 
            A zero-dependency micro library to deal with errors 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| e-kotlin-2.0.1.pom | |
| e-kotlin-2.0.1.jar | 18 KB | 
| e-kotlin-2.0.1-sources.jar | 256 bytes | 
| e-kotlin-2.0.1-javadoc.jar | 189 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/dev.akif/e-kotlin/ -->
<dependency>
    <groupId>dev.akif</groupId>
    <artifactId>e-kotlin</artifactId>
    <version>2.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/dev.akif/e-kotlin/
implementation 'dev.akif:e-kotlin:2.0.1'
                // https://jarcasting.com/artifacts/dev.akif/e-kotlin/
implementation ("dev.akif:e-kotlin:2.0.1")
                'dev.akif:e-kotlin:jar:2.0.1'
                <dependency org="dev.akif" name="e-kotlin" rev="2.0.1">
  <artifact name="e-kotlin" type="jar" />
</dependency>
                @Grapes(
@Grab(group='dev.akif', module='e-kotlin', version='2.0.1')
)
                libraryDependencies += "dev.akif" % "e-kotlin" % "2.0.1"
                [dev.akif/e-kotlin "2.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-scripting-compiler-embeddable | jar | 1.5.10 | 
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 | 
| net.aichler : jupiter-interface | jar | 0.9.1 |