Skip to content

Using the GitHub distribution

Jonathan Mace edited this page May 31, 2017 · 2 revisions

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:

<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