Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.thoughtworks.dsl |
ArtifactId | ArtifactIddomains-cats_2.13 |
Version | Version2.0.0+14-f84bf0e6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.dsl/domains-cats_2.13/ -->
<dependency>
<groupId>com.thoughtworks.dsl</groupId>
<artifactId>domains-cats_2.13</artifactId>
<version>2.0.0+14-f84bf0e6</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.dsl/domains-cats_2.13/
implementation 'com.thoughtworks.dsl:domains-cats_2.13:2.0.0+14-f84bf0e6'
// https://jarcasting.com/artifacts/com.thoughtworks.dsl/domains-cats_2.13/
implementation ("com.thoughtworks.dsl:domains-cats_2.13:2.0.0+14-f84bf0e6")
'com.thoughtworks.dsl:domains-cats_2.13:jar:2.0.0+14-f84bf0e6'
<dependency org="com.thoughtworks.dsl" name="domains-cats_2.13" rev="2.0.0+14-f84bf0e6">
<artifact name="domains-cats_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.dsl', module='domains-cats_2.13', version='2.0.0+14-f84bf0e6')
)
libraryDependencies += "com.thoughtworks.dsl" % "domains-cats_2.13" % "2.0.0+14-f84bf0e6"
[com.thoughtworks.dsl/domains-cats_2.13 "2.0.0+14-f84bf0e6"]