не последняя версия
Последняя версия 2.7.1

se.ansman.kotshi:compiler 0.2.0

An annotations processor that generates Moshi adapters from Kotlin data classes

Группа

Группа

se.ansman.kotshi
Идентификатор

Идентификатор

compiler
Версия

Версия

0.2.0
Тип

Тип

jar

Скачать compiler 0.2.0


<!-- https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/ -->
<dependency>
    <groupId>se.ansman.kotshi</groupId>
    <artifactId>compiler</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/
implementation 'se.ansman.kotshi:compiler:0.2.0'
// https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/
implementation ("se.ansman.kotshi:compiler:0.2.0")
'se.ansman.kotshi:compiler:jar:0.2.0'
<dependency org="se.ansman.kotshi" name="compiler" rev="0.2.0">
  <artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.ansman.kotshi', module='compiler', version='0.2.0')
)
libraryDependencies += "se.ansman.kotshi" % "compiler" % "0.2.0"
[se.ansman.kotshi/compiler "0.2.0"]