License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
ArtifactId | ArtifactIdstout-core |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionFermenter::Stout::Core
Encapsulates core functionality that will be used across architecture pattern
implementations provided by other Stout modules
|
Filename | Size |
---|---|
stout-core-2.2.0.pom | |
stout-core-2.2.0.jar | 22 KB |
stout-core-2.2.0-tests.jar | 8 KB |
stout-core-2.2.0-sources.jar | 17 KB |
stout-core-2.2.0-javadoc.jar | 136 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-core:2.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-core:2.2.0")
'org.bitbucket.askllc.fermenter.stout:stout-core:jar:2.2.0'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-core" rev="2.2.0">
<artifact name="stout-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-core', version='2.2.0')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-core" % "2.2.0"
[org.bitbucket.askllc.fermenter.stout/stout-core "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.commons : commons-collections4 | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
info.cukes : cucumber-java | jar | 1.2.5 |
info.cukes : cucumber-junit | jar | 1.2.5 |