MVN

com.alipay.sofa : sofa-tracer-sample-with-springmvc

Maven & Gradle

Sep 06, 2019
<dependency>
    <groupId>com.alipay.sofa</groupId>
    <artifactId>sofa-tracer-sample-with-springmvc</artifactId>
    <version>2.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alipay.sofa : sofa-tracer-sample-with-springmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.1

All Versions

Choose a version of com.alipay.sofa : sofa-tracer-sample-with-springmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
sofa-tracer-sample-with-springmvc-3.0.6
sofa-tracer-sample-with-springmvc-3.0.5
sofa-tracer-sample-with-springmvc-3.0.4
sofa-tracer-sample-with-springmvc-3.0.3
sofa-tracer-sample-with-springmvc-3.0.2
sofa-tracer-sample-with-springmvc-3.0.1
sofa-tracer-sample-with-springmvc-3.0.0
2.4.x
sofa-tracer-sample-with-springmvc-2.4.1
sofa-tracer-sample-with-springmvc-2.4.0
2.3.x
sofa-tracer-sample-with-springmvc-2.3.4
sofa-tracer-sample-with-springmvc-2.3.3
sofa-tracer-sample-with-springmvc-2.3.2
sofa-tracer-sample-with-springmvc-2.3.1
sofa-tracer-sample-with-springmvc-2.3.0
2.2.x
sofa-tracer-sample-with-springmvc-2.2.3
sofa-tracer-sample-with-springmvc-2.2.2
sofa-tracer-sample-with-springmvc-2.2.1
sofa-tracer-sample-with-springmvc-2.2.0
2.1.x
sofa-tracer-sample-with-springmvc-2.1.4
sofa-tracer-sample-with-springmvc-2.1.3
sofa-tracer-sample-with-springmvc-2.1.2
sofa-tracer-sample-with-springmvc-2.1.1
sofa-tracer-sample-with-springmvc-2.1.0

How to add a dependency to Maven

Add the following com.alipay.sofa : sofa-tracer-sample-with-springmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alipay.sofa</groupId>
    <artifactId>sofa-tracer-sample-with-springmvc</artifactId>
    <version>2.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alipay.sofa : sofa-tracer-sample-with-springmvc gradle dependency to your build.gradle file:

implementation 'com.alipay.sofa:sofa-tracer-sample-with-springmvc:2.4.1'

Gradle Kotlin DSL: Add the following com.alipay.sofa : sofa-tracer-sample-with-springmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alipay.sofa:sofa-tracer-sample-with-springmvc:2.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alipay.sofa : sofa-tracer-sample-with-springmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alipay.sofa" % "sofa-tracer-sample-with-springmvc" % "2.4.1"

Advertisement