| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования |
| Группа | Группаcom.github.bvanseg |
| Идентификатор | ИдентификаторKotlinCommons |
| Последняя версия | Последняя версия2.2.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеKotlinCommons
A collection of utilities for Kotlin and various dependencies.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| KotlinCommons-2.2.5.pom | |
| KotlinCommons-2.2.5.jar | 393 KB |
| KotlinCommons-2.2.5-sources.jar | 110 KB |
| KotlinCommons-2.2.5-javadoc.jar | 393 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bvanseg/KotlinCommons/ -->
<dependency>
<groupId>com.github.bvanseg</groupId>
<artifactId>KotlinCommons</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bvanseg/KotlinCommons/
implementation 'com.github.bvanseg:KotlinCommons:2.2.5'
// https://jarcasting.com/artifacts/com.github.bvanseg/KotlinCommons/
implementation ("com.github.bvanseg:KotlinCommons:2.2.5")
'com.github.bvanseg:KotlinCommons:jar:2.2.5'
<dependency org="com.github.bvanseg" name="KotlinCommons" rev="2.2.5">
<artifact name="KotlinCommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bvanseg', module='KotlinCommons', version='2.2.5')
)
libraryDependencies += "com.github.bvanseg" % "KotlinCommons" % "2.2.5"
[com.github.bvanseg/KotlinCommons "2.2.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.72 |
| org.apache.logging.log4j : log4j-slf4j18-impl | jar | 2.12.1 |
| org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.jhg023 : SimpleNet | jar | 1.6.2 |
| org.joml : joml | jar | 1.9.18 |
| com.dev-smart : ubjson | jar | 0.1.8 |
| io.github.classgraph : classgraph | jar | 4.8.47 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.mockito : mockito-core | jar | 3.3.3 |
| com.nhaarman.mockitokotlin2 : mockito-kotlin | jar | 2.2.0 |