| License |
License |
|---|---|
| GroupId | GroupIdio.github.mmarco94 |
| ArtifactId | ArtifactIdkadrekka |
| Version | Version0.2-alpha |
| Type | Typejar |
| Description |
DescriptionKadrekka
Kadrekka is a library that aims to make Kotlin more accessible to the northern italian population.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kadrekka-0.2-alpha.pom | |
| kadrekka-0.2-alpha.jar | 27 KB |
| kadrekka-0.2-alpha-sources.jar | 4 KB |
| kadrekka-0.2-alpha-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mmarco94/kadrekka/ -->
<dependency>
<groupId>io.github.mmarco94</groupId>
<artifactId>kadrekka</artifactId>
<version>0.2-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mmarco94/kadrekka/
implementation 'io.github.mmarco94:kadrekka:0.2-alpha'
// https://jarcasting.com/artifacts/io.github.mmarco94/kadrekka/
implementation ("io.github.mmarco94:kadrekka:0.2-alpha")
'io.github.mmarco94:kadrekka:jar:0.2-alpha'
<dependency org="io.github.mmarco94" name="kadrekka" rev="0.2-alpha">
<artifact name="kadrekka" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mmarco94', module='kadrekka', version='0.2-alpha')
)
libraryDependencies += "io.github.mmarco94" % "kadrekka" % "0.2-alpha"
[io.github.mmarco94/kadrekka "0.2-alpha"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |