MVN

com.tingyun : tingyun-agent-api

Maven & Gradle

May 19, 2023
1 usages

Tingyun Java Agent API · Tingyun Java Agent API

<dependency>
    <groupId>com.tingyun</groupId>
    <artifactId>tingyun-agent-api</artifactId>
    <version>3.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tingyun : tingyun-agent-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.6

All Versions

Choose a version of com.tingyun : tingyun-agent-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
tingyun-agent-api-3.6.6
tingyun-agent-api-3.6.5
tingyun-agent-api-3.6.4
tingyun-agent-api-3.6.3.2
tingyun-agent-api-3.6.1.3
tingyun-agent-api-3.6.1.2
tingyun-agent-api-3.6.1.1
tingyun-agent-api-3.6.0
3.0.x
tingyun-agent-api-3.0.0
2.6.x
tingyun-agent-api-2.6.3
tingyun-agent-api-2.6.2
tingyun-agent-api-2.6.1
tingyun-agent-api-2.6.0
2.5.x
tingyun-agent-api-2.5.1
tingyun-agent-api-2.5.0
2.3.x
tingyun-agent-api-2.3.1
2.0.x
tingyun-agent-api-2.0.0
1.0.x
tingyun-agent-api-1.0.0

How to add a dependency to Maven

Add the following com.tingyun : tingyun-agent-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tingyun</groupId>
    <artifactId>tingyun-agent-api</artifactId>
    <version>3.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tingyun : tingyun-agent-api gradle dependency to your build.gradle file:

implementation 'com.tingyun:tingyun-agent-api:3.6.6'

Gradle Kotlin DSL: Add the following com.tingyun : tingyun-agent-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tingyun:tingyun-agent-api:3.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tingyun : tingyun-agent-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tingyun" % "tingyun-agent-api" % "3.6.6"

Advertisement