a

apm-agent-core

Files download
File Operation
apm-agent-core-1.0.0.jar download
apm-agent-core-1.0.0.pom download
apm-agent-core-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.apm</groupId>
  <artifactId>apm-agent-core</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.apm:apm-agent-core:1.0.0'
Gradle Kotlin
implementation("io.github.thebesteric.framework.apm:apm-agent-core:1.0.0")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.apm" % "apm-agent-core" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.apm', module='apm-agent-core', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.apm" name="apm-agent-core" rev="1.0.0" />
Leiningen
[io.github.thebesteric.framework.apm/apm-agent-core "1.0.0"]
Apache Buildr
'io.github.thebesteric.framework.apm:apm-agent-core:jar:1.0.0'