s

spring-boot2-starter-standalone

Files download
File Operation
spring-boot2-starter-standalone-1.2.1.jar download
spring-boot2-starter-standalone-1.2.1.pom download
spring-boot2-starter-standalone-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicecomb</groupId>
  <artifactId>spring-boot2-starter-standalone</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.servicecomb:spring-boot2-starter-standalone:1.2.1'
Gradle Kotlin
implementation("org.apache.servicecomb:spring-boot2-starter-standalone:1.2.1")
Scala SBT
libraryDependencies += "org.apache.servicecomb" % "spring-boot2-starter-standalone" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicecomb', module='spring-boot2-starter-standalone', version='1.2.1')
)
Apache Ivy
<dependency org="org.apache.servicecomb" name="spring-boot2-starter-standalone" rev="1.2.1" />
Leiningen
[org.apache.servicecomb/spring-boot2-starter-standalone "1.2.1"]
Apache Buildr
'org.apache.servicecomb:spring-boot2-starter-standalone:jar:1.2.1'