License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdco.elastic.apm |
ArtifactId | ArtifactIdapm-agent-java |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionco.elastic.apm:apm-agent-java
APM for Java applications with the Elastic stack
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
apm-agent-java-0.1.2.pom | |
apm-agent-java-0.1.2.jar | 2 MB |
apm-agent-java-0.1.2-sources.jar | 2 MB |
apm-agent-java-0.1.2-javadoc.jar | 944 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-java/ -->
<dependency>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-java</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-java/
implementation 'co.elastic.apm:apm-agent-java:0.1.2'
// https://jarcasting.com/artifacts/co.elastic.apm/apm-agent-java/
implementation ("co.elastic.apm:apm-agent-java:0.1.2")
'co.elastic.apm:apm-agent-java:jar:0.1.2'
<dependency org="co.elastic.apm" name="apm-agent-java" rev="0.1.2">
<artifact name="apm-agent-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.elastic.apm', module='apm-agent-java', version='0.1.2')
)
libraryDependencies += "co.elastic.apm" % "apm-agent-java" % "0.1.2"
[co.elastic.apm/apm-agent-java "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.mojo : animal-sniffer-annotations Optional | jar | 1.16 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.freemarker : freemarker | jar | 2.3.27-incubating |
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.1.0 |
org.assertj : assertj-core | jar | 3.9.0 |
org.mockito : mockito-core | jar | 2.15.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |