btrace-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.btrace</groupId> <artifactId>btrace-client</artifactId> <version>2.2.6</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>io.btrace</groupId> <artifactId>btrace-client</artifactId> <version>2.2.6</version> <name>btrace-client</name> <url>https://github.com/btraceio/btrace</url> <description>BTrace: A safe, dynamic tracing tool for the Java platform</description> <scm> <url>https://github.com/btraceio/btrace</url> <connection>scm:git:https://github.com/btraceio/btrace.git</connection> <developerConnection>scm:git:https://github.com/btraceio/btrace.git</developerConnection> </scm> <licenses> <license> <name>GNU General Public License, version 2, with the Classpath Exception</name> <url>http://openjdk.java.net/legal/gplv2+ce.html</url> </license> </licenses> <developers> <developer> <id>jbachorik</id> <name>Jaroslav Bachorik</name> <email>j.bachorik@btrace.io</email> </developer> </developers> </project>