GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
---|---|
ArtifactId | ArtifactIdstout-core |
Version | Version2.0.0.RC23 |
Type | Typejar |
Filename | Size |
---|---|
stout-core-2.0.0.RC23.pom | |
stout-core-2.0.0.RC23.jar | 28 KB |
stout-core-2.0.0.RC23-tests.jar | 16 KB |
stout-core-2.0.0.RC23-sources.jar | 23 KB |
stout-core-2.0.0.RC23-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/ -->
<dependency>
<groupId>org.bitbucket.askllc.fermenter.stout</groupId>
<artifactId>stout-core</artifactId>
<version>2.0.0.RC23</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-core:2.0.0.RC23'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-core:2.0.0.RC23")
'org.bitbucket.askllc.fermenter.stout:stout-core:jar:2.0.0.RC23'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-core" rev="2.0.0.RC23">
<artifact name="stout-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-core', version='2.0.0.RC23')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-core" % "2.0.0.RC23"
[org.bitbucket.askllc.fermenter.stout/stout-core "2.0.0.RC23"]