There was an error while loading. Please reload this page.
The Tracing Plane client JAR can be added as a maven dependency by adding this github repository as a maven repository. In your pom.xml, add:
pom.xml
<repositories> <repository> <id>tracingplane-github</id> <url>https://github.com/tracingplane/tracingplane-java/raw/mvn-repo</url> </repository> </repositories>
Then add the following dependency:
<dependency> <groupId>brown.tracingplane</groupId> <artifactId>tracingplane</artifactId> <version>1.0</version> </dependency>
When you build your project, it will pull in the tracing plane dependencies from GitHub
Home