How to install the Java artifact io.kamon.kamon-instrumentation-common_2.11 with Maven
Java
Maven
pom.xml
io.kamon
kamon-instrumentation-common_2.11
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.kamon</groupId>
<artifactId>kamon-instrumentation-common_2.11</artifactId>
<version>2.0.0-RC1</version>
</dependency>
/<dependencies>