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