MVN

com.vmlens : trace-agent-bootstrap-jdk8

Maven & Gradle

Dec 30, 2020

trace-agent-bootstrap-jdk8

<dependency>
    <groupId>com.vmlens</groupId>
    <artifactId>trace-agent-bootstrap-jdk8</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vmlens : trace-agent-bootstrap-jdk8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of com.vmlens : trace-agent-bootstrap-jdk8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
trace-agent-bootstrap-jdk8-1.1.5
trace-agent-bootstrap-jdk8-1.1.4
trace-agent-bootstrap-jdk8-1.1.2
trace-agent-bootstrap-jdk8-1.1.1
trace-agent-bootstrap-jdk8-1.1.0
1.0.x
trace-agent-bootstrap-jdk8-1.0.15
trace-agent-bootstrap-jdk8-1.0.14

How to add a dependency to Maven

Add the following com.vmlens : trace-agent-bootstrap-jdk8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vmlens</groupId>
    <artifactId>trace-agent-bootstrap-jdk8</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vmlens : trace-agent-bootstrap-jdk8 gradle dependency to your build.gradle file:

implementation 'com.vmlens:trace-agent-bootstrap-jdk8:1.1.5'

Gradle Kotlin DSL: Add the following com.vmlens : trace-agent-bootstrap-jdk8 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vmlens:trace-agent-bootstrap-jdk8:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vmlens : trace-agent-bootstrap-jdk8 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vmlens" % "trace-agent-bootstrap-jdk8" % "1.1.5"

Advertisement