jar

com.tracelytics.agent.java : tracelytics-maven-plugin

Maven & Gradle

Apr 07, 2017

TraceView instrumentation agent installer plugin · A Maven plugin that installs the TraceView Java instrumentation agent. Can be used within a pom or directly from command line. The supported goals are "install-agent" and "download-agent". The configuration properties are "agentVersion", "agentLocation" and "agentOperatingSystem"(the last one is only valid for "download-agent" goal), all are optional and may be specified as maven configuration properties or system properties. For other information on our Java agent please visit http://docs.traceview.solarwinds.com/Instrumentation/java.html.

Table Of Contents

Latest Version

Download com.tracelytics.agent.java : tracelytics-maven-plugin JAR file - Latest Versions:

All Versions

Download com.tracelytics.agent.java : tracelytics-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tracelytics-maven-plugin-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tracelytics.agent.installer.maven

├─ com.tracelytics.agent.installer.maven.AbstractAgentMojo.class - [JAR]

├─ com.tracelytics.agent.installer.maven.AgentDownloaderMojo.class - [JAR]

├─ com.tracelytics.agent.installer.maven.AgentInstallerMojo.class - [JAR]

Advertisement