e-kotlin

A zero-dependency micro library to deal with errors

License

License

MIT
Categories

Categories

Kotlin Languages
GroupId

GroupId

dev.akif
ArtifactId

ArtifactId

e-kotlin
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

e-kotlin
A zero-dependency micro library to deal with errors
Project URL

Project URL

https://github.com/makiftutuncu/e
Project Organization

Project Organization

Mehmet Akif Tütüncü
Source Code Management

Source Code Management

https://github.com/makiftutuncu/e

Download e-kotlin

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-scripting-compiler-embeddable jar 1.5.10
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.10

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
net.aichler : jupiter-interface jar 0.9.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0