codeguru-profiler-java-agent-standalone
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.amazon.codeguruprofiler</groupId> <artifactId>codeguru-profiler-java-agent-standalone</artifactId> <version>1.2.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>software.amazon.codeguruprofiler</groupId> <artifactId>codeguru-profiler-java-agent-standalone</artifactId> <version>1.2.4</version> <name>AWS CodeGuru Profiler Java Agent</name> <description>The agent as a standalone jar, with all dependencies included and with empty sources and empty javadoc.</description> <url>https://github.com/aws</url> <licenses> <license/> </licenses> <developers> <developer> <id>aws-codeguru-profiler</id> <name>AWS CodeGuru Profiler Team</name> <organization>Amazon Web Services</organization> <organizationUrl>https://aws.amazon.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/aws</connection> <developerConnection>scm:git:ssh://github.com/aws</developerConnection> <url>https://github.com/aws</url> </scm> </project>