Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
ArtifactId | ArtifactIdstout-cookbook-domain |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-cookbook-domain/ -->
<dependency>
<groupId>org.bitbucket.askllc.fermenter.stout</groupId>
<artifactId>stout-cookbook-domain</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-cookbook-domain/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain:2.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-cookbook-domain/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain:2.0.0")
'org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain:jar:2.0.0'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-cookbook-domain" rev="2.0.0">
<artifact name="stout-cookbook-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-cookbook-domain', version='2.0.0')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-cookbook-domain" % "2.0.0"
[org.bitbucket.askllc.fermenter.stout/stout-cookbook-domain "2.0.0"]