MVN

org.bitbucket.askllc.fermenter.stout : stout-cookbook-domain-webapp

Maven & Gradle

Sep 21, 2022
1 usages

Fermenter::Stout::Cookbook::Domain Web Application · A deployable version of the Stout test application

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-cookbook-domain-webapp</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.askllc.fermenter.stout : stout-cookbook-domain-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0
  • Latest Release Candidate: 2.0.0.RC23

All Versions

Choose a version of org.bitbucket.askllc.fermenter.stout : stout-cookbook-domain-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
stout-cookbook-domain-webapp-2.5.0
2.4.x
stout-cookbook-domain-webapp-2.4.0
2.3.x
stout-cookbook-domain-webapp-2.3.0
2.2.x
stout-cookbook-domain-webapp-2.2.0
2.1.x
stout-cookbook-domain-webapp-2.1.5
stout-cookbook-domain-webapp-2.1.4
stout-cookbook-domain-webapp-2.1.3
stout-cookbook-domain-webapp-2.1.2
stout-cookbook-domain-webapp-2.1.1
stout-cookbook-domain-webapp-2.1.0
2.0.x
stout-cookbook-domain-webapp-2.0.1
stout-cookbook-domain-webapp-2.0.0.CR24
stout-cookbook-domain-webapp-2.0.0
stout-cookbook-domain-webapp-2.0.0.RC23
stout-cookbook-domain-webapp-2.0.0.RC22
stout-cookbook-domain-webapp-2.0.0.RC21
stout-cookbook-domain-webapp-2.0.0.RC20
stout-cookbook-domain-webapp-2.0.0.CR19
stout-cookbook-domain-webapp-2.0.0.CR18
stout-cookbook-domain-webapp-2.0.0.CR17
stout-cookbook-domain-webapp-2.0.0.CR16
stout-cookbook-domain-webapp-2.0.0.CR15
stout-cookbook-domain-webapp-2.0.0.CR14
stout-cookbook-domain-webapp-2.0.0.CR13
stout-cookbook-domain-webapp-2.0.0.CR12
stout-cookbook-domain-webapp-2.0.0.CR11
stout-cookbook-domain-webapp-2.0.0.CR10
stout-cookbook-domain-webapp-2.0.0.CR9
stout-cookbook-domain-webapp-2.0.0.CR8
stout-cookbook-domain-webapp-2.0.0.CR7
stout-cookbook-domain-webapp-2.0.0.CR6
stout-cookbook-domain-webapp-2.0.0.CR5
stout-cookbook-domain-webapp-2.0.0.CR4
stout-cookbook-domain-webapp-2.0.0.CR3
stout-cookbook-domain-webapp-2.0.0.CR2
stout-cookbook-domain-webapp-2.0.0.CR1

How to add a dependency to Maven

Add the following org.bitbucket.askllc.fermenter.stout : stout-cookbook-domain-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-cookbook-domain-webapp</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.askllc.fermenter.stout : stout-cookbook-domain-webapp gradle dependency to your build.gradle file:

implementation 'org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain-webapp:2.5.0'

Gradle Kotlin DSL: Add the following org.bitbucket.askllc.fermenter.stout : stout-cookbook-domain-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.askllc.fermenter.stout:stout-cookbook-domain-webapp:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.askllc.fermenter.stout : stout-cookbook-domain-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-cookbook-domain-webapp" % "2.5.0"