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