MVN

io.kamon : kamon-playground

Maven & Gradle

Apr 10, 2014
1.3k stars

kamon-playground · kamon-playground

<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-playground</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kamon : kamon-playground to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of io.kamon : kamon-playground to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
kamon-playground-0.0.15

How to add a dependency to Maven

Add the following io.kamon : kamon-playground maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-playground</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.kamon : kamon-playground gradle dependency to your build.gradle file:

implementation 'io.kamon:kamon-playground:0.0.15'

Gradle Kotlin DSL: Add the following io.kamon : kamon-playground gradle kotlin dependency to your build.gradle.kts file:

implementation("io.kamon:kamon-playground:0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.kamon : kamon-playground sbt scala dependency to your build.sbt file:

libraryDependencies += "io.kamon" % "kamon-playground" % "0.0.15"

Advertisement