License |
License |
---|---|
GroupId | GroupIdse.ansman.kotshi |
ArtifactId | ArtifactIdcompiler |
Last Version | Last Version2.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotshi compiler
An annotations processor that generates Moshi adapters from Kotlin data classes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
compiler-2.7.1.pom | |
compiler-2.7.1.jar | 113 KB |
compiler-2.7.1-sources.jar | 16 KB |
compiler-2.7.1-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/ -->
<dependency>
<groupId>se.ansman.kotshi</groupId>
<artifactId>compiler</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/
implementation 'se.ansman.kotshi:compiler:2.7.1'
// https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/
implementation ("se.ansman.kotshi:compiler:2.7.1")
'se.ansman.kotshi:compiler:jar:2.7.1'
<dependency org="se.ansman.kotshi" name="compiler" rev="2.7.1">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.ansman.kotshi', module='compiler', version='2.7.1')
)
libraryDependencies += "se.ansman.kotshi" % "compiler" % "2.7.1"
[se.ansman.kotshi/compiler "2.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
se.ansman.kotshi : api | jar | 2.7.1 |
com.google.auto.service : auto-service-annotations | jar | 1.0 |
net.ltgt.gradle.incap : incap | jar | 0.2 |
com.google.auto : auto-common | jar | 0.11 |
com.squareup : kotlinpoet | jar | 1.10.2 |
com.squareup : kotlinpoet-metadata | jar | 1.10.2 |
com.squareup : kotlinpoet-ksp | jar | 1.10.2 |
com.squareup.moshi : moshi | jar | 1.8.0 |
com.google.devtools.ksp : symbol-processing-api | jar | 1.6.0-1.0.1 |