| License |
License |
|---|---|
| GroupId | GroupIdcom.orgecc.klib |
| ArtifactId | ArtifactIdklib-base |
| Last Version | Last Version1.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description[klib-base] Base lib
Kotlin library with miscellaneous functions
|
| Project Organization |
Project Organizationorgecc |
| Filename | Size |
|---|---|
| klib-base-1.4.1.pom | |
| klib-base-1.4.1.jar | 68 KB |
| klib-base-1.4.1-sources.jar | 13 KB |
| klib-base-1.4.1-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.orgecc.klib/klib-base/ -->
<dependency>
<groupId>com.orgecc.klib</groupId>
<artifactId>klib-base</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.orgecc.klib/klib-base/
implementation 'com.orgecc.klib:klib-base:1.4.1'
// https://jarcasting.com/artifacts/com.orgecc.klib/klib-base/
implementation ("com.orgecc.klib:klib-base:1.4.1")
'com.orgecc.klib:klib-base:jar:1.4.1'
<dependency org="com.orgecc.klib" name="klib-base" rev="1.4.1">
<artifact name="klib-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orgecc.klib', module='klib-base', version='1.4.1')
)
libraryDependencies += "com.orgecc.klib" % "klib-base" % "1.4.1"
[com.orgecc.klib/klib-base "1.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.28 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 |
| org.uncommons.maths : uncommons-maths Optional | jar | 1.2.2a |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |