| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.askllc.fermenter.stout |
| ArtifactId | ArtifactIdstout-core |
| Last Version | Last Version2.4.0 |
| Release Date | Release Date |
| 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.4.0.pom | |
| stout-core-2.4.0.jar | 28 KB |
| stout-core-2.4.0-tests.jar | 16 KB |
| stout-core-2.4.0-sources.jar | 23 KB |
| stout-core-2.4.0-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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-core:2.4.0'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-core/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-core:2.4.0")
'org.bitbucket.askllc.fermenter.stout:stout-core:jar:2.4.0'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-core" rev="2.4.0">
<artifact name="stout-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-core', version='2.4.0')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-core" % "2.4.0"
[org.bitbucket.askllc.fermenter.stout/stout-core "2.4.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 |