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