文件下载
文件名 操作
chaos-monkey-spring-boot-parent-2.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>de.codecentric</groupId>
  <artifactId>chaos-monkey-spring-boot-parent</artifactId>
  <version>2.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.codecentric:chaos-monkey-spring-boot-parent:2.3.0'
Gradle Kotlin
implementation("de.codecentric:chaos-monkey-spring-boot-parent:2.3.0")
Scala SBT
libraryDependencies += "de.codecentric" % "chaos-monkey-spring-boot-parent" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.codecentric', module='chaos-monkey-spring-boot-parent', version='2.3.0')
)
Apache Ivy
<dependency org="de.codecentric" name="chaos-monkey-spring-boot-parent" rev="2.3.0" />
Leiningen
[de.codecentric/chaos-monkey-spring-boot-parent "2.3.0"]
Apache Buildr
'de.codecentric:chaos-monkey-spring-boot-parent:jar:2.3.0'
本项目依赖
该项目无第三方依赖