Kotlin Extra Library

Kotlin community common multiplatform library

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.lamba92
ArtifactId

ArtifactId

kotlin-extlib
Last Version

Last Version

0.0.3
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

com.github.lamba92
Source Code Management

Source Code Management

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

Download kotlin-extlib

How to add to project

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

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.0.3
0.0.2
0.0.1