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

se.ansman.kotshi:compiler 2.0.2

An annotations processor that generates Moshi adapters from Kotlin data classes

Группа

Группа

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

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

compiler
Версия

Версия

2.0.2
Тип

Тип

jar

Скачать compiler 2.0.2


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