s

servicestage-environment

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