Categories |
CategoriesScala Languages JSON Data ORM |
---|---|
GroupId | GroupIdorg.scalaz |
ArtifactId | ArtifactIdscalaz-deriving-jsonformat_2.12 |
Version | Version3.0.0-M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.scalaz/scalaz-deriving-jsonformat_2.12/ -->
<dependency>
<groupId>org.scalaz</groupId>
<artifactId>scalaz-deriving-jsonformat_2.12</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalaz/scalaz-deriving-jsonformat_2.12/
implementation 'org.scalaz:scalaz-deriving-jsonformat_2.12:3.0.0-M2'
// https://jarcasting.com/artifacts/org.scalaz/scalaz-deriving-jsonformat_2.12/
implementation ("org.scalaz:scalaz-deriving-jsonformat_2.12:3.0.0-M2")
'org.scalaz:scalaz-deriving-jsonformat_2.12:jar:3.0.0-M2'
<dependency org="org.scalaz" name="scalaz-deriving-jsonformat_2.12" rev="3.0.0-M2">
<artifact name="scalaz-deriving-jsonformat_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalaz', module='scalaz-deriving-jsonformat_2.12', version='3.0.0-M2')
)
libraryDependencies += "org.scalaz" % "scalaz-deriving-jsonformat_2.12" % "3.0.0-M2"
[org.scalaz/scalaz-deriving-jsonformat_2.12 "3.0.0-M2"]