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

se.ansman.kotshi:compiler 2.2.3

An annotations processor that generates Moshi adapters from Kotlin data classes

Группа

Группа

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

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

compiler
Версия

Версия

2.2.3
Тип

Тип

jar

Скачать compiler 2.2.3


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