MVN

org.bitbucket.askllc.fermenter.stout : stout-core

Maven & Gradle

Apr 06, 2023
2 usages

Fermenter::Stout::Core · Encapsulates core functionality that will be used across architecture pattern implementations provided by other Stout modules

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-core</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

  • Version Updated
  • stout-core-2.7.0

    Apr 06, 2023
  • stout-core-2.6.0

    Oct 13, 2022
  • stout-core-2.5.0

    Sep 21, 2022
  • stout-core-2.4.0

    Dec 07, 2021
  • stout-core-2.3.0

    Jul 26, 2021
  • stout-core-2.2.0

    Jun 21, 2021
  • stout-core-2.1.5

    Dec 30, 2020
  • stout-core-2.1.4

    Dec 22, 2020
  • stout-core-2.1.3

    Oct 27, 2020
  • stout-core-2.1.2

    Oct 22, 2020
  • stout-core-2.1.1

    Oct 19, 2020
  • stout-core-2.0.0.CR24

    Oct 18, 2020
  • stout-core-2.1.0

    Jul 22, 2020
  • stout-core-2.0.1

    Jun 26, 2020
  • stout-core-2.0.0

    Jun 22, 2020
  • stout-core-2.0.0.RC23

    Jun 18, 2020
  • stout-core-2.0.0.RC22

    Feb 13, 2020
  • stout-core-2.0.0.RC21

    Feb 10, 2020
  • stout-core-2.0.0.RC20

    Feb 03, 2020
  • stout-core-2.0.0.CR19

    Sep 30, 2019
  • stout-core-2.0.0.CR18

    Aug 09, 2019
  • stout-core-2.0.0.CR17

    Jul 17, 2019
  • stout-core-2.0.0.CR16

    Jul 10, 2019
  • stout-core-2.0.0.CR15

    Apr 10, 2019
  • stout-core-2.0.0.CR14

    Mar 04, 2019
  • stout-core-2.0.0.CR13

    Feb 11, 2019
  • stout-core-2.0.0.CR12

    Jan 29, 2019
  • stout-core-2.0.0.CR11

    Dec 05, 2018
  • stout-core-2.0.0.CR10

    Nov 16, 2018
  • stout-core-2.0.0.CR9

    Oct 03, 2018
  • stout-core-2.0.0.CR8

    Jun 18, 2018
  • stout-core-2.0.0.CR7

    May 08, 2018
  • stout-core-2.0.0.CR6

    Apr 20, 2018
  • stout-core-2.0.0.CR5

    Feb 02, 2018
  • stout-core-2.0.0.CR4

    Dec 16, 2017
  • stout-core-2.0.0.CR3

    Sep 28, 2017
  • stout-core-2.0.0.CR2

    May 15, 2017
  • stout-core-2.0.0.CR1

    Apr 20, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-core</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.bitbucket.askllc.fermenter.stout:stout-core:2.7.0'

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

implementation("org.bitbucket.askllc.fermenter.stout:stout-core:2.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-core" % "2.7.0"