MVN

io.github.rocketmix : rocketmix-all-in-one-server

Maven & Gradle

Nov 04, 2019
0 stars

RocketMiX All-in-One server · Bundle server with all routing and management features

<dependency>
    <groupId>io.github.rocketmix</groupId>
    <artifactId>rocketmix-all-in-one-server</artifactId>
    <version>1.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rocketmix : rocketmix-all-in-one-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.31

All Versions

Choose a version of io.github.rocketmix : rocketmix-all-in-one-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rocketmix-all-in-one-server-1.0.31
rocketmix-all-in-one-server-1.0.30
rocketmix-all-in-one-server-1.0.29

How to add a dependency to Maven

Add the following io.github.rocketmix : rocketmix-all-in-one-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rocketmix</groupId>
    <artifactId>rocketmix-all-in-one-server</artifactId>
    <version>1.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rocketmix : rocketmix-all-in-one-server gradle dependency to your build.gradle file:

implementation 'io.github.rocketmix:rocketmix-all-in-one-server:1.0.31'

Gradle Kotlin DSL: Add the following io.github.rocketmix : rocketmix-all-in-one-server gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rocketmix:rocketmix-all-in-one-server:1.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rocketmix : rocketmix-all-in-one-server sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rocketmix" % "rocketmix-all-in-one-server" % "1.0.31"

Advertisement