MVN

dev.zacsweers.moshix : moshi-sealed-ksp

Maven & Gradle

Aug 27, 2021
477 stars

Moshi-Sealed-Codegen-KSP · Moshi Extensions

<dependency>
    <groupId>dev.zacsweers.moshix</groupId>
    <artifactId>moshi-sealed-ksp</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.zacsweers.moshix : moshi-sealed-ksp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of dev.zacsweers.moshix : moshi-sealed-ksp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
moshi-sealed-ksp-0.13.0
0.12.x
moshi-sealed-ksp-0.12.2
moshi-sealed-ksp-0.12.1
moshi-sealed-ksp-0.12.0
0.11.x
moshi-sealed-ksp-0.11.2
moshi-sealed-ksp-0.11.1
moshi-sealed-ksp-0.11.0
0.10.x
moshi-sealed-ksp-0.10.0
0.9.x
moshi-sealed-ksp-0.9.2
moshi-sealed-ksp-0.9.1
moshi-sealed-ksp-0.9.0
0.8.x
moshi-sealed-ksp-0.8.0
0.7.x
moshi-sealed-ksp-0.7.1
moshi-sealed-ksp-0.7.0
0.6.x
moshi-sealed-ksp-0.6.1
moshi-sealed-ksp-0.6.0
0.5.x
moshi-sealed-ksp-0.5.0
0.4.x
moshi-sealed-ksp-0.4.0
0.3.x
moshi-sealed-ksp-0.3.2
moshi-sealed-ksp-0.3.1
moshi-sealed-ksp-0.3.0

How to add a dependency to Maven

Add the following dev.zacsweers.moshix : moshi-sealed-ksp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.zacsweers.moshix</groupId>
    <artifactId>moshi-sealed-ksp</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.zacsweers.moshix : moshi-sealed-ksp gradle dependency to your build.gradle file:

implementation 'dev.zacsweers.moshix:moshi-sealed-ksp:0.13.0'

Gradle Kotlin DSL: Add the following dev.zacsweers.moshix : moshi-sealed-ksp gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.zacsweers.moshix:moshi-sealed-ksp:0.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.zacsweers.moshix : moshi-sealed-ksp sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.zacsweers.moshix" % "moshi-sealed-ksp" % "0.13.0"

Advertisement