Kotlin Extra Library

Kotlin community common multiplatform library

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.kotlinextra
ArtifactId

ArtifactId

kotlin-extlib
Last Version

Last Version

0.1.10
Release Date

Release Date

Type

Type

pom
Description

Description

Kotlin Extra Library
Kotlin community common multiplatform library
Project URL

Project URL

https://github.com/lamba92/kotlin-extlib
Project Organization

Project Organization

org.kotlinextra
Source Code Management

Source Code Management

https://github.com/kotlin-extra-library/kotlin-extlib

Download kotlin-extlib

How to add to project

<!-- https://jarcasting.com/artifacts/org.kotlinextra/kotlin-extlib/ -->
<dependency>
    <groupId>org.kotlinextra</groupId>
    <artifactId>kotlin-extlib</artifactId>
    <version>0.1.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kotlinextra/kotlin-extlib/
implementation 'org.kotlinextra:kotlin-extlib:0.1.10'
// https://jarcasting.com/artifacts/org.kotlinextra/kotlin-extlib/
implementation ("org.kotlinextra:kotlin-extlib:0.1.10")
'org.kotlinextra:kotlin-extlib:pom:0.1.10'
<dependency org="org.kotlinextra" name="kotlin-extlib" rev="0.1.10">
  <artifact name="kotlin-extlib" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kotlinextra', module='kotlin-extlib', version='0.1.10')
)
libraryDependencies += "org.kotlinextra" % "kotlin-extlib" % "0.1.10"
[org.kotlinextra/kotlin-extlib "0.1.10"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Kotlin extra library

This library is aimed to become a community powered extension of the Kotlin common standard library.

Installing

Import the latest version in the build.gradle of the modules you need:

dependencies {
    implementation 'org.kotlinextra:kotlin-extlib-{backend}:{latest_version}'
}

If using Gradle Kotlin DSL:

dependencies {
    implementation("org.kotlinextra", "kotlin-extlib-{backend}", "{latest_version}")
}

Available backends are:

  • Maven Central common
  • Maven Central js
  • Maven Central jvm
  • Maven Central linuxarm32hfp
  • Maven Central linuxmips32
  • Maven Central linuxmipsel32
  • Maven Central linuxx64
  • Maven Central androidnativearm64
  • Maven Central mingwx64
  • Maven Central iosarm64
  • Maven Central iosx64
  • Maven Central macosx64

Versions

Version
0.1.10
0.1.6