is not current version
Last Version 2.12.0

com.github.bvanseg:kotlincommons 2.3.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.3.4
Type

Type

jar

Download kotlincommons 2.3.4


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