| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIddev.ravindu |
| ArtifactId | ArtifactIdskgl-kotlin |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSKGL (Kotlin)
Generate & validate human readable, 20-character serial keys with up to 8 features embedded
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| skgl-kotlin-1.0.1.pom | |
| skgl-kotlin-1.0.1-sources.jar | 4 KB |
| skgl-kotlin-1.0.1-javadoc.jar | 280 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.ravindu/skgl-kotlin/ -->
<dependency>
<groupId>dev.ravindu</groupId>
<artifactId>skgl-kotlin</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.ravindu/skgl-kotlin/
implementation 'dev.ravindu:skgl-kotlin:1.0.1'
// https://jarcasting.com/artifacts/dev.ravindu/skgl-kotlin/
implementation ("dev.ravindu:skgl-kotlin:1.0.1")
'dev.ravindu:skgl-kotlin:pom:1.0.1'
<dependency org="dev.ravindu" name="skgl-kotlin" rev="1.0.1">
<artifact name="skgl-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.ravindu', module='skgl-kotlin', version='1.0.1')
)
libraryDependencies += "dev.ravindu" % "skgl-kotlin" % "1.0.1"
[dev.ravindu/skgl-kotlin "1.0.1"]