MVN

com.github.liuzhengyang : apm-common

Maven & Gradle

Apr 02, 2020
3 usages
<dependency>
    <groupId>com.github.liuzhengyang</groupId>
    <artifactId>apm-common</artifactId>
    <version>1.10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.liuzhengyang : apm-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.5

All Versions

Choose a version of com.github.liuzhengyang : apm-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
apm-common-1.10.5
apm-common-1.10.4
apm-common-1.10.3
apm-common-1.10.2
apm-common-1.10.1
apm-common-1.10.0
1.8
apm-common-1.8
1.5
apm-common-1.5
1.4
apm-common-1.4
1.3
apm-common-1.3
1.2
apm-common-1.2
1.1
apm-common-1.1

How to add a dependency to Maven

Add the following com.github.liuzhengyang : apm-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.liuzhengyang</groupId>
    <artifactId>apm-common</artifactId>
    <version>1.10.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.liuzhengyang : apm-common gradle dependency to your build.gradle file:

implementation 'com.github.liuzhengyang:apm-common:1.10.5'

Gradle Kotlin DSL: Add the following com.github.liuzhengyang : apm-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.liuzhengyang:apm-common:1.10.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.liuzhengyang : apm-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.liuzhengyang" % "apm-common" % "1.10.5"

Advertisement