Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.lamba92 |
ArtifactId | ArtifactIdkotlin-extlib |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
kotlin-extlib-0.0.1.pom | |
kotlin-extlib-0.0.1.module | 1 KB |
kotlin-extlib-0.0.1-sources.jar | 261 bytes |
kotlin-extlib-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lamba92/kotlin-extlib/ -->
<dependency>
<groupId>com.github.lamba92</groupId>
<artifactId>kotlin-extlib</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lamba92/kotlin-extlib/
implementation 'com.github.lamba92:kotlin-extlib:0.0.1'
// https://jarcasting.com/artifacts/com.github.lamba92/kotlin-extlib/
implementation ("com.github.lamba92:kotlin-extlib:0.0.1")
'com.github.lamba92:kotlin-extlib:pom:0.0.1'
<dependency org="com.github.lamba92" name="kotlin-extlib" rev="0.0.1">
<artifact name="kotlin-extlib" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lamba92', module='kotlin-extlib', version='0.0.1')
)
libraryDependencies += "com.github.lamba92" % "kotlin-extlib" % "0.0.1"
[com.github.lamba92/kotlin-extlib "0.0.1"]