MVN

com.turbospaces.boot : bootstrap-agent

Maven & Gradle

May 17, 2022

com.turbospaces.boot ::: bootstrap-agent

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-agent</artifactId>
    <version>1.0.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.turbospaces.boot : bootstrap-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.50

All Versions

Choose a version of com.turbospaces.boot : bootstrap-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bootstrap-agent-1.0.50
bootstrap-agent-1.0.49
bootstrap-agent-1.0.48
bootstrap-agent-1.0.47
bootstrap-agent-1.0.46
bootstrap-agent-1.0.45
bootstrap-agent-1.0.44
bootstrap-agent-1.0.43
bootstrap-agent-1.0.42
bootstrap-agent-1.0.40
bootstrap-agent-1.0.39
bootstrap-agent-1.0.38
bootstrap-agent-1.0.36
bootstrap-agent-1.0.35
bootstrap-agent-1.0.33
bootstrap-agent-1.0.32
bootstrap-agent-1.0.31
bootstrap-agent-1.0.30
bootstrap-agent-1.0.28
bootstrap-agent-1.0.27
bootstrap-agent-1.0.26
bootstrap-agent-1.0.25
bootstrap-agent-1.0.24
bootstrap-agent-1.0.22
bootstrap-agent-1.0.21
bootstrap-agent-1.0.20
bootstrap-agent-1.0.19
bootstrap-agent-1.0.18
bootstrap-agent-1.0.17
bootstrap-agent-1.0.16
bootstrap-agent-1.0.15
bootstrap-agent-1.0.14
bootstrap-agent-1.0.13
bootstrap-agent-1.0.12
bootstrap-agent-1.0.11
bootstrap-agent-1.0.10
bootstrap-agent-1.0.9
bootstrap-agent-1.0.8
bootstrap-agent-1.0.7
bootstrap-agent-1.0.6
bootstrap-agent-1.0.5
bootstrap-agent-1.0.4
bootstrap-agent-1.0.3
bootstrap-agent-1.0.2
bootstrap-agent-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-agent</artifactId>
    <version>1.0.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.turbospaces.boot : bootstrap-agent gradle dependency to your build.gradle file:

implementation 'com.turbospaces.boot:bootstrap-agent:1.0.50'

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

implementation("com.turbospaces.boot:bootstrap-agent:1.0.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.turbospaces.boot : bootstrap-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.turbospaces.boot" % "bootstrap-agent" % "1.0.50"