| License |
License |
|---|---|
| GroupId | GroupIdio.github.sitammatt |
| ArtifactId | ArtifactIdcore |
| Version | Version0.0.0 |
| Type | Typejar |
| Description |
DescriptionLido is kotlin compile-time mapper, aimed to be feature-rich and highly configurable
|
| Filename | Size |
|---|---|
| core-0.0.0.pom | |
| core-0.0.0.jar | 78 KB |
| core-0.0.0-sources.jar | 17 KB |
| core-0.0.0-javadoc.jar | 457 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.sitammatt/core/ -->
<dependency>
<groupId>io.github.sitammatt</groupId>
<artifactId>core</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sitammatt/core/
implementation 'io.github.sitammatt:core:0.0.0'
// https://jarcasting.com/artifacts/io.github.sitammatt/core/
implementation ("io.github.sitammatt:core:0.0.0")
'io.github.sitammatt:core:jar:0.0.0'
<dependency org="io.github.sitammatt" name="core" rev="0.0.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sitammatt', module='core', version='0.0.0')
)
libraryDependencies += "io.github.sitammatt" % "core" % "0.0.0"
[io.github.sitammatt/core "0.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.0 |
| com.google.auto.service : auto-service Optional | jar | 1.0 |
| com.squareup : kotlinpoet | jar | 1.8.0 |
| com.squareup : kotlinpoet-metadata | jar | 1.8.0 |
| com.squareup : kotlinpoet-metadata-specs | jar | 1.8.0 |
| com.squareup : kotlinpoet-classinspector-elements | jar | 1.8.0 |
| org.jetbrains.kotlinx : kotlinx-metadata-jvm | jar | 0.3.0 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |