Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.fommil |
ArtifactId | ArtifactIdscalaz-deriving-shapeless_2.11 |
Version | Version1.0.0-RC8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fommil/scalaz-deriving-shapeless_2.11/ -->
<dependency>
<groupId>com.fommil</groupId>
<artifactId>scalaz-deriving-shapeless_2.11</artifactId>
<version>1.0.0-RC8</version>
</dependency>
// https://jarcasting.com/artifacts/com.fommil/scalaz-deriving-shapeless_2.11/
implementation 'com.fommil:scalaz-deriving-shapeless_2.11:1.0.0-RC8'
// https://jarcasting.com/artifacts/com.fommil/scalaz-deriving-shapeless_2.11/
implementation ("com.fommil:scalaz-deriving-shapeless_2.11:1.0.0-RC8")
'com.fommil:scalaz-deriving-shapeless_2.11:jar:1.0.0-RC8'
<dependency org="com.fommil" name="scalaz-deriving-shapeless_2.11" rev="1.0.0-RC8">
<artifact name="scalaz-deriving-shapeless_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fommil', module='scalaz-deriving-shapeless_2.11', version='1.0.0-RC8')
)
libraryDependencies += "com.fommil" % "scalaz-deriving-shapeless_2.11" % "1.0.0-RC8"
[com.fommil/scalaz-deriving-shapeless_2.11 "1.0.0-RC8"]