MVN

org.bitbucket.askllc.fermenter.stout : stout-cookbook-profile

Maven & Gradle

Dec 16, 2017

Fermenter::Stout::Cookbook::Profile · Defines an example PIM profiles.xml configuration

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-cookbook-profile</artifactId>
    <version>2.0.0.CR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0.CR4

All Versions

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

Version Vulnerabilities Updated
2.0.x
stout-cookbook-profile-2.0.0.CR4
stout-cookbook-profile-2.0.0.CR3
stout-cookbook-profile-2.0.0.CR2
stout-cookbook-profile-2.0.0.CR1

How to add a dependency to Maven

Add the following org.bitbucket.askllc.fermenter.stout : stout-cookbook-profile 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-profile</artifactId>
    <version>2.0.0.CR4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bitbucket.askllc.fermenter.stout:stout-cookbook-profile:2.0.0.CR4'

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

implementation("org.bitbucket.askllc.fermenter.stout:stout-cookbook-profile:2.0.0.CR4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-cookbook-profile" % "2.0.0.CR4"