Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.bvanseg |
ArtifactId | ArtifactIdKotlinCommons |
Version | Version2.2.4 |
Type | Typejar |
Filename | Size |
---|---|
KotlinCommons-2.2.4.pom | |
KotlinCommons-2.2.4.jar | 383 KB |
KotlinCommons-2.2.4-sources.jar | 107 KB |
KotlinCommons-2.2.4-javadoc.jar | 383 KB |
Browse |
<!-- 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"]