MVN

org.apache.servicecomb : servicestage-environment

Maven & Gradle

Jun 21, 2023
2 usages
1.8k stars

Java Chassis::Huawei Cloud::ServiceStage

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>servicestage-environment</artifactId>
    <version>2.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicecomb : servicestage-environment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.9

All Versions

Choose a version of org.apache.servicecomb : servicestage-environment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
servicestage-environment-2.8.9
servicestage-environment-2.8.8
servicestage-environment-2.8.7
servicestage-environment-2.8.6
servicestage-environment-2.8.5
servicestage-environment-2.8.4
servicestage-environment-2.8.3
servicestage-environment-2.8.2
servicestage-environment-2.8.1
servicestage-environment-2.8.0
2.7.x
servicestage-environment-2.7.10
servicestage-environment-2.7.9
servicestage-environment-2.7.8
servicestage-environment-2.7.7
servicestage-environment-2.7.6
servicestage-environment-2.7.5
servicestage-environment-2.7.4.2
servicestage-environment-2.7.4.1
servicestage-environment-2.7.4
servicestage-environment-2.7.3
servicestage-environment-2.7.2
servicestage-environment-2.7.1
servicestage-environment-2.7.0
2.6.x
servicestage-environment-2.6.3
servicestage-environment-2.6.2
servicestage-environment-2.6.1
servicestage-environment-2.6.0
2.5.x
servicestage-environment-2.5.3
servicestage-environment-2.5.2
servicestage-environment-2.5.1
servicestage-environment-2.5.0
2.3.x
servicestage-environment-2.3.6
servicestage-environment-2.3.5
servicestage-environment-2.3.3
servicestage-environment-2.3.2
servicestage-environment-2.3.1
servicestage-environment-2.3.0
2.2.x
servicestage-environment-2.2.4
servicestage-environment-2.2.3
servicestage-environment-2.2.2
servicestage-environment-2.2.1
servicestage-environment-2.2.0
2.1.x
servicestage-environment-2.1.6
servicestage-environment-2.1.5
servicestage-environment-2.1.3

How to add a dependency to Maven

Add the following org.apache.servicecomb : servicestage-environment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>servicestage-environment</artifactId>
    <version>2.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicecomb : servicestage-environment gradle dependency to your build.gradle file:

implementation 'org.apache.servicecomb:servicestage-environment:2.8.9'

Gradle Kotlin DSL: Add the following org.apache.servicecomb : servicestage-environment gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicecomb:servicestage-environment:2.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicecomb : servicestage-environment sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicecomb" % "servicestage-environment" % "2.8.9"

Advertisement