MVN

io.github.rocketmix : rocketmix-spring-boot-starter

Maven & Gradle

May 15, 2020
0 stars

RocketMiX SpringBoot Starter Module · Shared configuration and tools. This project contains a custom spring boot module to facilitate new api project developpement startup process.

<dependency>
    <groupId>io.github.rocketmix</groupId>
    <artifactId>rocketmix-spring-boot-starter</artifactId>
    <version>1.0.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rocketmix : rocketmix-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.42

All Versions

Choose a version of io.github.rocketmix : rocketmix-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rocketmix-spring-boot-starter-1.0.42
rocketmix-spring-boot-starter-1.0.41
rocketmix-spring-boot-starter-1.0.40
rocketmix-spring-boot-starter-1.0.39
rocketmix-spring-boot-starter-1.0.38
rocketmix-spring-boot-starter-1.0.37
rocketmix-spring-boot-starter-1.0.36
rocketmix-spring-boot-starter-1.0.35
rocketmix-spring-boot-starter-1.0.34
rocketmix-spring-boot-starter-1.0.33
rocketmix-spring-boot-starter-1.0.32
rocketmix-spring-boot-starter-1.0.31
rocketmix-spring-boot-starter-1.0.30
rocketmix-spring-boot-starter-1.0.29
rocketmix-spring-boot-starter-1.0.26
rocketmix-spring-boot-starter-1.0.24
rocketmix-spring-boot-starter-1.0.23
rocketmix-spring-boot-starter-1.0.22
rocketmix-spring-boot-starter-1.0.21
rocketmix-spring-boot-starter-1.0.17
rocketmix-spring-boot-starter-1.0.15

How to add a dependency to Maven

Add the following io.github.rocketmix : rocketmix-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rocketmix</groupId>
    <artifactId>rocketmix-spring-boot-starter</artifactId>
    <version>1.0.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rocketmix : rocketmix-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.rocketmix:rocketmix-spring-boot-starter:1.0.42'

Gradle Kotlin DSL: Add the following io.github.rocketmix : rocketmix-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rocketmix:rocketmix-spring-boot-starter:1.0.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rocketmix : rocketmix-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rocketmix" % "rocketmix-spring-boot-starter" % "1.0.42"