Categories |
CategoriesScala Languages Doma Data ORM |
---|---|
GroupId | GroupIdcom.thoughtworks.dsl |
ArtifactId | ArtifactIddomains-scalaz_2.12 |
Version | Version1.0.0-RC18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.dsl/domains-scalaz_2.12/ -->
<dependency>
<groupId>com.thoughtworks.dsl</groupId>
<artifactId>domains-scalaz_2.12</artifactId>
<version>1.0.0-RC18</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.dsl/domains-scalaz_2.12/
implementation 'com.thoughtworks.dsl:domains-scalaz_2.12:1.0.0-RC18'
// https://jarcasting.com/artifacts/com.thoughtworks.dsl/domains-scalaz_2.12/
implementation ("com.thoughtworks.dsl:domains-scalaz_2.12:1.0.0-RC18")
'com.thoughtworks.dsl:domains-scalaz_2.12:jar:1.0.0-RC18'
<dependency org="com.thoughtworks.dsl" name="domains-scalaz_2.12" rev="1.0.0-RC18">
<artifact name="domains-scalaz_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.dsl', module='domains-scalaz_2.12', version='1.0.0-RC18')
)
libraryDependencies += "com.thoughtworks.dsl" % "domains-scalaz_2.12" % "1.0.0-RC18"
[com.thoughtworks.dsl/domains-scalaz_2.12 "1.0.0-RC18"]