codeguru-profiler-java-agent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>software.amazon.codeguruprofiler</groupId> <artifactId>codeguru-profiler-java-agent</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</artifactId> <version>1.2.4</version> <name>AWS CodeGuru Profiler Java Agent</name> <description>The agent as a jar 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> <dependencies> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>codeguruprofiler</artifactId> <version>2.29.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>apache-client</artifactId> <version>2.29.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.amazon.ion</groupId> <artifactId>ion-java</artifactId> <version>1.11.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.7.20</version> <scope>runtime</scope> </dependency> </dependencies> </project>