Kotlin Extra Library

Kotlin community common multiplatform library

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

org.kotlinextra
Идентификатор

Идентификатор

kotlin-extlib
Последняя версия

Последняя версия

0.1.10
Дата

Дата

Тип

Тип

pom
Описание

Описание

Kotlin Extra Library
Kotlin community common multiplatform library
Ссылка на сайт

Ссылка на сайт

https://github.com/lamba92/kotlin-extlib
Организация-разработчик

Организация-разработчик

org.kotlinextra
Система контроля версий

Система контроля версий

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

Скачать kotlin-extlib

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1.10
0.1.6