MVN

org.apache.servicecomb : java-chassis-spring-boot-starter-standalone

Maven & Gradle

Jun 21, 2023
3 usages
1.8k stars

Java Chassis::Spring Boot Starter::Standalone

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>java-chassis-spring-boot-starter-standalone</artifactId>
    <version>2.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicecomb : java-chassis-spring-boot-starter-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.9

All Versions

Choose a version of org.apache.servicecomb : java-chassis-spring-boot-starter-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
java-chassis-spring-boot-starter-standalone-2.8.9
java-chassis-spring-boot-starter-standalone-2.8.8
java-chassis-spring-boot-starter-standalone-2.8.7
java-chassis-spring-boot-starter-standalone-2.8.6
java-chassis-spring-boot-starter-standalone-2.8.5
java-chassis-spring-boot-starter-standalone-2.8.4
java-chassis-spring-boot-starter-standalone-2.8.3
java-chassis-spring-boot-starter-standalone-2.8.2
java-chassis-spring-boot-starter-standalone-2.8.1
java-chassis-spring-boot-starter-standalone-2.8.0
2.7.x
java-chassis-spring-boot-starter-standalone-2.7.10
java-chassis-spring-boot-starter-standalone-2.7.9
java-chassis-spring-boot-starter-standalone-2.7.8
java-chassis-spring-boot-starter-standalone-2.7.7
java-chassis-spring-boot-starter-standalone-2.7.6
java-chassis-spring-boot-starter-standalone-2.7.5
java-chassis-spring-boot-starter-standalone-2.7.4.2
java-chassis-spring-boot-starter-standalone-2.7.4.1
java-chassis-spring-boot-starter-standalone-2.7.4
java-chassis-spring-boot-starter-standalone-2.7.3
java-chassis-spring-boot-starter-standalone-2.7.2
java-chassis-spring-boot-starter-standalone-2.7.1
java-chassis-spring-boot-starter-standalone-2.7.0
2.6.x
java-chassis-spring-boot-starter-standalone-2.6.3
java-chassis-spring-boot-starter-standalone-2.6.2
java-chassis-spring-boot-starter-standalone-2.6.1
java-chassis-spring-boot-starter-standalone-2.6.0
2.5.x
java-chassis-spring-boot-starter-standalone-2.5.3
java-chassis-spring-boot-starter-standalone-2.5.2
java-chassis-spring-boot-starter-standalone-2.5.1
java-chassis-spring-boot-starter-standalone-2.5.0
2.3.x
java-chassis-spring-boot-starter-standalone-2.3.6
java-chassis-spring-boot-starter-standalone-2.3.5
java-chassis-spring-boot-starter-standalone-2.3.3
java-chassis-spring-boot-starter-standalone-2.3.2
java-chassis-spring-boot-starter-standalone-2.3.1
java-chassis-spring-boot-starter-standalone-2.3.0
2.2.x
java-chassis-spring-boot-starter-standalone-2.2.4
java-chassis-spring-boot-starter-standalone-2.2.3
java-chassis-spring-boot-starter-standalone-2.2.2
java-chassis-spring-boot-starter-standalone-2.2.1
java-chassis-spring-boot-starter-standalone-2.2.0
2.1.x
java-chassis-spring-boot-starter-standalone-2.1.6
java-chassis-spring-boot-starter-standalone-2.1.5
java-chassis-spring-boot-starter-standalone-2.1.3
java-chassis-spring-boot-starter-standalone-2.1.2
java-chassis-spring-boot-starter-standalone-2.1.1
java-chassis-spring-boot-starter-standalone-2.1.0
2.0.x
java-chassis-spring-boot-starter-standalone-2.0.2
java-chassis-spring-boot-starter-standalone-2.0.1
java-chassis-spring-boot-starter-standalone-2.0.0

How to add a dependency to Maven

Add the following org.apache.servicecomb : java-chassis-spring-boot-starter-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>java-chassis-spring-boot-starter-standalone</artifactId>
    <version>2.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicecomb : java-chassis-spring-boot-starter-standalone gradle dependency to your build.gradle file:

implementation 'org.apache.servicecomb:java-chassis-spring-boot-starter-standalone:2.8.9'

Gradle Kotlin DSL: Add the following org.apache.servicecomb : java-chassis-spring-boot-starter-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicecomb:java-chassis-spring-boot-starter-standalone:2.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicecomb : java-chassis-spring-boot-starter-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicecomb" % "java-chassis-spring-boot-starter-standalone" % "2.8.9"

Advertisement