MVN

me.chaopeng.chaosrx : chaosrx

Maven & Gradle

Jul 20, 2016
15 stars

grchaos · application framework for hotswap

<dependency>
    <groupId>me.chaopeng.chaosrx</groupId>
    <artifactId>chaosrx</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.chaopeng.chaosrx : chaosrx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of me.chaopeng.chaosrx : chaosrx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
chaosrx-1.0.1
chaosrx-1.0.0

How to add a dependency to Maven

Add the following me.chaopeng.chaosrx : chaosrx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.chaopeng.chaosrx</groupId>
    <artifactId>chaosrx</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.chaopeng.chaosrx : chaosrx gradle dependency to your build.gradle file:

implementation 'me.chaopeng.chaosrx:chaosrx:1.0.1'

Gradle Kotlin DSL: Add the following me.chaopeng.chaosrx : chaosrx gradle kotlin dependency to your build.gradle.kts file:

implementation("me.chaopeng.chaosrx:chaosrx:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.chaopeng.chaosrx : chaosrx sbt scala dependency to your build.sbt file:

libraryDependencies += "me.chaopeng.chaosrx" % "chaosrx" % "1.0.1"