| Categories |
CategoriesKotlin Languages |
|---|---|
| GroupId | GroupIdcom.github.bvanseg |
| ArtifactId | ArtifactIdkotlincommons |
| Last Version | Last Version2.12.0 |
| Release Date | Release Date |
| Type | Typejar |
| Filename | Size |
|---|---|
| kotlincommons-2.12.0.pom | |
| kotlincommons-2.12.0.jar | 362 KB |
| kotlincommons-2.12.0-sources.jar | 102 KB |
| kotlincommons-2.12.0-javadoc.jar | 362 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/ -->
<dependency>
<groupId>com.github.bvanseg</groupId>
<artifactId>kotlincommons</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/
implementation 'com.github.bvanseg:kotlincommons:2.12.0'
// https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/
implementation ("com.github.bvanseg:kotlincommons:2.12.0")
'com.github.bvanseg:kotlincommons:jar:2.12.0'
<dependency org="com.github.bvanseg" name="kotlincommons" rev="2.12.0">
<artifact name="kotlincommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bvanseg', module='kotlincommons', version='2.12.0')
)
libraryDependencies += "com.github.bvanseg" % "kotlincommons" % "2.12.0"
[com.github.bvanseg/kotlincommons "2.12.0"]