Files download
File Operation
demo-springmvc-0.1.0-m2.pom download
Apache Maven
<dependency>
  <groupId>io.servicecomb.demo</groupId>
  <artifactId>demo-springmvc</artifactId>
  <version>0.1.0-m2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.servicecomb.demo:demo-springmvc:0.1.0-m2'
Gradle Kotlin
implementation("io.servicecomb.demo:demo-springmvc:0.1.0-m2")
Scala SBT
libraryDependencies += "io.servicecomb.demo" % "demo-springmvc" % "0.1.0-m2"
Groovy Grape
@Grapes(
  @Grab(group='io.servicecomb.demo', module='demo-springmvc', version='0.1.0-m2')
)
Apache Ivy
<dependency org="io.servicecomb.demo" name="demo-springmvc" rev="0.1.0-m2" />
Leiningen
[io.servicecomb.demo/demo-springmvc "0.1.0-m2"]
Apache Buildr
'io.servicecomb.demo:demo-springmvc:jar:0.1.0-m2'