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