is not current version
Last Version 0.2.0

dev.zacsweers.moshisealed:moshi-sealed-annotations 0.1.0

Reflective and code gen implementations for serializing Kotlin sealed classes via Moshi polymorphic adapters.

Categories

Categories

Moshi Data JSON
GroupId

GroupId

dev.zacsweers.moshisealed
ArtifactId

ArtifactId

moshi-sealed-annotations
Version

Version

0.1.0
Type

Type

jar

Download moshi-sealed-annotations 0.1.0


<!-- https://jarcasting.com/artifacts/dev.zacsweers.moshisealed/moshi-sealed-annotations/ -->
<dependency>
    <groupId>dev.zacsweers.moshisealed</groupId>
    <artifactId>moshi-sealed-annotations</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.zacsweers.moshisealed/moshi-sealed-annotations/
implementation 'dev.zacsweers.moshisealed:moshi-sealed-annotations:0.1.0'
// https://jarcasting.com/artifacts/dev.zacsweers.moshisealed/moshi-sealed-annotations/
implementation ("dev.zacsweers.moshisealed:moshi-sealed-annotations:0.1.0")
'dev.zacsweers.moshisealed:moshi-sealed-annotations:jar:0.1.0'
<dependency org="dev.zacsweers.moshisealed" name="moshi-sealed-annotations" rev="0.1.0">
  <artifact name="moshi-sealed-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.zacsweers.moshisealed', module='moshi-sealed-annotations', version='0.1.0')
)
libraryDependencies += "dev.zacsweers.moshisealed" % "moshi-sealed-annotations" % "0.1.0"
[dev.zacsweers.moshisealed/moshi-sealed-annotations "0.1.0"]