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