is not current version
Last Version 2.4.0

org.bitbucket.askllc.fermenter.stout:stout-spring 2.0.0.CR24

Provides base functionality and patterns for utilizing Spring to provide core business object and business service needs, such as dependency injection, object lifecycle management, transaction management, and data access

GroupId

GroupId

org.bitbucket.askllc.fermenter.stout
ArtifactId

ArtifactId

stout-spring
Version

Version

2.0.0.CR24
Type

Type

jar

Download stout-spring 2.0.0.CR24


<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-spring/ -->
<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-spring</artifactId>
    <version>2.0.0.CR24</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-spring/
implementation 'org.bitbucket.askllc.fermenter.stout:stout-spring:2.0.0.CR24'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.fermenter.stout/stout-spring/
implementation ("org.bitbucket.askllc.fermenter.stout:stout-spring:2.0.0.CR24")
'org.bitbucket.askllc.fermenter.stout:stout-spring:jar:2.0.0.CR24'
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-spring" rev="2.0.0.CR24">
  <artifact name="stout-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-spring', version='2.0.0.CR24')
)
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-spring" % "2.0.0.CR24"
[org.bitbucket.askllc.fermenter.stout/stout-spring "2.0.0.CR24"]