MVN

com.tracelytics.agent.java : tracelytics-agent

Maven & Gradle

Apr 08, 2017

TraceView Java Agent · The TraceView Java instrumentation agent. Contains the required jar, configuration file and native libraries for Windows and Linux. TraceView provides application performance monitoring for Java web apps through this agent. The files contained here allow for event tracking within your application to identify latency timings between your application layers. More options can be found here: http://docs.traceview.solarwinds.com/Instrumentation/java.html#configuring-instrumentation. For other information on our Java agent please visit http://docs.traceview.solarwinds.com/Instrumentation/java.html.

<dependency>
    <groupId>com.tracelytics.agent.java</groupId>
    <artifactId>tracelytics-agent</artifactId>
    <version>5.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.10

All Versions

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

Version Vulnerabilities Updated
5.0.x
tracelytics-agent-5.0.10
tracelytics-agent-5.0.9
tracelytics-agent-5.0.8
tracelytics-agent-5.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tracelytics.agent.java</groupId>
    <artifactId>tracelytics-agent</artifactId>
    <version>5.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tracelytics.agent.java:tracelytics-agent:5.0.10'

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

implementation("com.tracelytics.agent.java:tracelytics-agent:5.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tracelytics.agent.java" % "tracelytics-agent" % "5.0.10"

Advertisement