is not current version
Last Version 2.2.5

com.github.bvanseg:KotlinCommons 2.2.4

A collection of utilities for Kotlin and various dependencies.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.bvanseg
ArtifactId

ArtifactId

KotlinCommons
Version

Version

2.2.4
Type

Type

jar

Download KotlinCommons 2.2.4


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