License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.lamba92 |
ArtifactId | ArtifactIdkotlin-extlib |
Version | Version0.0.3 |
Type | Typepom |
Description |
DescriptionKotlin Extra Library
Kotlin community common multiplatform library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-extlib-0.0.3.pom | |
kotlin-extlib-0.0.3.module | 1 KB |
kotlin-extlib-0.0.3-sources.jar | 261 bytes |
kotlin-extlib-0.0.3-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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lamba92/kotlin-extlib/
implementation 'com.github.lamba92:kotlin-extlib:0.0.3'
// https://jarcasting.com/artifacts/com.github.lamba92/kotlin-extlib/
implementation ("com.github.lamba92:kotlin-extlib:0.0.3")
'com.github.lamba92:kotlin-extlib:pom:0.0.3'
<dependency org="com.github.lamba92" name="kotlin-extlib" rev="0.0.3">
<artifact name="kotlin-extlib" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lamba92', module='kotlin-extlib', version='0.0.3')
)
libraryDependencies += "com.github.lamba92" % "kotlin-extlib" % "0.0.3"
[com.github.lamba92/kotlin-extlib "0.0.3"]