MVN

org.apache.servicecomb : foundation-test-scaffolding

Maven & Gradle

Jun 21, 2023
48 usages
1.8k stars

Java Chassis::Foundations::Test Scaffolding

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>foundation-test-scaffolding</artifactId>
    <version>2.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicecomb : foundation-test-scaffolding to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.9

All Versions

Choose a version of org.apache.servicecomb : foundation-test-scaffolding to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
foundation-test-scaffolding-2.8.9
foundation-test-scaffolding-2.8.8
foundation-test-scaffolding-2.8.7
foundation-test-scaffolding-2.8.6
foundation-test-scaffolding-2.8.5
foundation-test-scaffolding-2.8.4
foundation-test-scaffolding-2.8.3
foundation-test-scaffolding-2.8.2
foundation-test-scaffolding-2.8.1
foundation-test-scaffolding-2.8.0
2.7.x
foundation-test-scaffolding-2.7.10
foundation-test-scaffolding-2.7.9
foundation-test-scaffolding-2.7.8
foundation-test-scaffolding-2.7.7
foundation-test-scaffolding-2.7.6
foundation-test-scaffolding-2.7.5
foundation-test-scaffolding-2.7.4.2
foundation-test-scaffolding-2.7.4.1
foundation-test-scaffolding-2.7.4
foundation-test-scaffolding-2.7.3
foundation-test-scaffolding-2.7.1
foundation-test-scaffolding-2.7.0
2.6.x
foundation-test-scaffolding-2.6.3
foundation-test-scaffolding-2.6.2
foundation-test-scaffolding-2.6.1
foundation-test-scaffolding-2.6.0
2.5.x
foundation-test-scaffolding-2.5.3
foundation-test-scaffolding-2.5.2
foundation-test-scaffolding-2.5.1
foundation-test-scaffolding-2.5.0
2.3.x
foundation-test-scaffolding-2.3.6
foundation-test-scaffolding-2.3.5
foundation-test-scaffolding-2.3.3
foundation-test-scaffolding-2.3.2
foundation-test-scaffolding-2.3.1
foundation-test-scaffolding-2.3.0
2.2.x
foundation-test-scaffolding-2.2.4
foundation-test-scaffolding-2.2.3
foundation-test-scaffolding-2.2.2
foundation-test-scaffolding-2.2.1
foundation-test-scaffolding-2.2.0
2.1.x
foundation-test-scaffolding-2.1.6
foundation-test-scaffolding-2.1.5
foundation-test-scaffolding-2.1.3
foundation-test-scaffolding-2.1.2
foundation-test-scaffolding-2.1.1
foundation-test-scaffolding-2.1.0
2.0.x
foundation-test-scaffolding-2.0.2
foundation-test-scaffolding-2.0.1
foundation-test-scaffolding-2.0.0
1.3.x
foundation-test-scaffolding-1.3.11
foundation-test-scaffolding-1.3.10
foundation-test-scaffolding-1.3.9
foundation-test-scaffolding-1.3.8
foundation-test-scaffolding-1.3.7
foundation-test-scaffolding-1.3.6
foundation-test-scaffolding-1.3.5
foundation-test-scaffolding-1.3.3
foundation-test-scaffolding-1.3.2
foundation-test-scaffolding-1.3.1
foundation-test-scaffolding-1.3.0
1.2.x
foundation-test-scaffolding-1.2.1
foundation-test-scaffolding-1.2.0
1.1.x
foundation-test-scaffolding-1.1.0
1.0.x
foundation-test-scaffolding-1.0.0
foundation-test-scaffolding-1.0.0-m2
foundation-test-scaffolding-1.0.0-m1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.servicecomb</groupId>
    <artifactId>foundation-test-scaffolding</artifactId>
    <version>2.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicecomb : foundation-test-scaffolding gradle dependency to your build.gradle file:

implementation 'org.apache.servicecomb:foundation-test-scaffolding:2.8.9'

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

implementation("org.apache.servicecomb:foundation-test-scaffolding:2.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicecomb : foundation-test-scaffolding sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicecomb" % "foundation-test-scaffolding" % "2.8.9"

Advertisement