MVN

de.codecentric : chaos-monkey-docs

Maven & Gradle

Jul 16, 2021

chaos-monkey-docs · Documentation of Chaos Monkey for Spring Boot

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>chaos-monkey-docs</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.codecentric : chaos-monkey-docs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of de.codecentric : chaos-monkey-docs to add to Maven or Gradle - All Versions:

  • Version Updated
  • chaos-monkey-docs-2.5.1

    Jul 16, 2021
  • chaos-monkey-docs-2.5.0

    Jul 09, 2021
  • chaos-monkey-docs-2.4.5

    May 09, 2021
  • chaos-monkey-docs-2.3.10

    Apr 23, 2021
  • chaos-monkey-docs-2.3.9

    Apr 09, 2021
  • chaos-monkey-docs-2.3.2

    Feb 12, 2021
  • chaos-monkey-docs-2.3.1

    Feb 05, 2021
  • chaos-monkey-docs-2.3.0

    Jan 29, 2021
  • chaos-monkey-docs-2.2.0

    Jan 02, 2020
  • chaos-monkey-docs-2.1.1

    Oct 01, 2019
  • chaos-monkey-docs-2.1.0

    Sep 04, 2019
  • chaos-monkey-docs-2.0.2

    Jan 29, 2019
  • chaos-monkey-docs-2.0.1

    Oct 18, 2018

How to add a dependency to Maven

Add the following de.codecentric : chaos-monkey-docs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>chaos-monkey-docs</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.codecentric : chaos-monkey-docs gradle dependency to your build.gradle file:

implementation 'de.codecentric:chaos-monkey-docs:2.5.1'

Gradle Kotlin DSL: Add the following de.codecentric : chaos-monkey-docs gradle kotlin dependency to your build.gradle.kts file:

implementation("de.codecentric:chaos-monkey-docs:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.codecentric : chaos-monkey-docs sbt scala dependency to your build.sbt file:

libraryDependencies += "de.codecentric" % "chaos-monkey-docs" % "2.5.1"