License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.bvanseg |
ArtifactId | ArtifactIdKotlinCommons |
Last Version | Last Version2.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinCommons
A collection of utilities for Kotlin and various dependencies.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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 |