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

com.github.bvanseg:kotlincommons 2.7.0-alpha5

A collection of utilities for Kotlin and various dependencies.

Категории

Категории

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

Группа

com.github.bvanseg
Идентификатор

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

kotlincommons
Версия

Версия

2.7.0-alpha5
Тип

Тип

jar

Скачать kotlincommons 2.7.0-alpha5


<!-- https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/ -->
<dependency>
    <groupId>com.github.bvanseg</groupId>
    <artifactId>kotlincommons</artifactId>
    <version>2.7.0-alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/
implementation 'com.github.bvanseg:kotlincommons:2.7.0-alpha5'
// https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/
implementation ("com.github.bvanseg:kotlincommons:2.7.0-alpha5")
'com.github.bvanseg:kotlincommons:jar:2.7.0-alpha5'
<dependency org="com.github.bvanseg" name="kotlincommons" rev="2.7.0-alpha5">
  <artifact name="kotlincommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bvanseg', module='kotlincommons', version='2.7.0-alpha5')
)
libraryDependencies += "com.github.bvanseg" % "kotlincommons" % "2.7.0-alpha5"
[com.github.bvanseg/kotlincommons "2.7.0-alpha5"]