MVN

io.bitsensor.plugins : bitsensor-spring-boot

Maven & Gradle

Nov 01, 2018
2 usages

BitSensor ~ Support ~ Springboot

<dependency>
    <groupId>io.bitsensor.plugins</groupId>
    <artifactId>bitsensor-spring-boot</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitsensor.plugins : bitsensor-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of io.bitsensor.plugins : bitsensor-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
bitsensor-spring-boot-4.0.3
bitsensor-spring-boot-4.0.2
bitsensor-spring-boot-4.0.1
bitsensor-spring-boot-4.0.0
3.1.x
bitsensor-spring-boot-3.1.0
3.0.x
bitsensor-spring-boot-3.0.0-RC1
2.3.x
bitsensor-spring-boot-2.3.0-RC2
bitsensor-spring-boot-2.3.0-RC1
2.2.x
bitsensor-spring-boot-2.2.0
bitsensor-spring-boot-2.2.0-RC5
bitsensor-spring-boot-2.2.0-RC4
bitsensor-spring-boot-2.2.0-RC3.1
bitsensor-spring-boot-2.2.0-RC3
bitsensor-spring-boot-2.2.0-RC1
2.1.x
bitsensor-spring-boot-2.1.2-RC1
bitsensor-spring-boot-2.1.1
bitsensor-spring-boot-2.1.1-RC2
bitsensor-spring-boot-2.1.1-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.bitsensor.plugins</groupId>
    <artifactId>bitsensor-spring-boot</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitsensor.plugins : bitsensor-spring-boot gradle dependency to your build.gradle file:

implementation 'io.bitsensor.plugins:bitsensor-spring-boot:4.0.3'

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

implementation("io.bitsensor.plugins:bitsensor-spring-boot:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitsensor.plugins : bitsensor-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitsensor.plugins" % "bitsensor-spring-boot" % "4.0.3"