GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
---|---|
ArtifactId | ArtifactIdstout-core |
Version | Version2.0.0.CR4 |
Type | Typejar |
Filename | Size |
---|---|
stout-core-2.0.0.CR4.pom | |
stout-core-2.0.0.CR4.jar | 22 KB |
stout-core-2.0.0.CR4-tests.jar | 13 KB |
stout-core-2.0.0.CR4-sources.jar | 18 KB |
stout-core-2.0.0.CR4-javadoc.jar | 142 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.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-core:2.0.0.CR4'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-core:2.0.0.CR4")
'org.bitbucket.askllc.fermenter.stout:stout-core:jar:2.0.0.CR4'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-core" rev="2.0.0.CR4">
<artifact name="stout-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-core', version='2.0.0.CR4')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-core" % "2.0.0.CR4"
[org.bitbucket.askllc.fermenter.stout/stout-core "2.0.0.CR4"]