applicationinsights-profiler-telemetrymodule
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-profiler-telemetrymodule</artifactId> <version>0.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-profiler-telemetrymodule</artifactId> <version>0.2.1</version> <name>applicationinsights-profiler-telemetrymodule</name> <description>Application Insights Java profiler telemetry module</description> <url>https://docs.microsoft.com/azure/azure-monitor/app/profiler-overview</url> <licenses> <license> <name>Microsoft Pre-Release Software License</name> <url>data:text/plain,See LICENSE.docx for licensing terms</url> </license> </licenses> <developers> <developer> <name>Application Insights Service Profiler Team</name> <email>serviceprofilerhelp@microsoft.com</email> <organization>Microsoft</organization> <organizationUrl>http://www.microsoft.com</organizationUrl> </developer> </developers> <scm> <connection>scm.git:git://github.com/Microsoft/ApplicationInsights-Java.git</connection> <developerConnection>scm.git:ssh://github.com/Microsoft/ApplicationInsights-Java.git</developerConnection> <url>https://github.com/Microsoft/ApplicationInsights-Java</url> </scm> <dependencies> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-profiler-library</artifactId> <version>0.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-profiler-uploader</artifactId> <version>0.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-profiler-agent</artifactId> <version>0.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-web</artifactId> <version>2.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>runtime</scope> </dependency> </dependencies> </project>