MVN

com.turbospaces.boot : bootstrap-spark-core

Maven & Gradle

Aug 22, 2023

com.turbospaces.boot ::: bootstrap-spark-core

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-spark-core</artifactId>
    <version>1.0.133</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.133

All Versions

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

Version Vulnerabilities Updated
1.0.x
bootstrap-spark-core-1.0.133
bootstrap-spark-core-1.0.132
bootstrap-spark-core-1.0.130
bootstrap-spark-core-1.0.129
bootstrap-spark-core-1.0.128
bootstrap-spark-core-1.0.127
bootstrap-spark-core-1.0.126
bootstrap-spark-core-1.0.125
bootstrap-spark-core-1.0.124
bootstrap-spark-core-1.0.123
bootstrap-spark-core-1.0.122
bootstrap-spark-core-1.0.121
bootstrap-spark-core-1.0.120
bootstrap-spark-core-1.0.118
bootstrap-spark-core-1.0.117
bootstrap-spark-core-1.0.116
bootstrap-spark-core-1.0.115
bootstrap-spark-core-1.0.114
bootstrap-spark-core-1.0.113
bootstrap-spark-core-1.0.112
bootstrap-spark-core-1.0.111
bootstrap-spark-core-1.0.109
bootstrap-spark-core-1.0.108
bootstrap-spark-core-1.0.107
bootstrap-spark-core-1.0.106
bootstrap-spark-core-1.0.105
bootstrap-spark-core-1.0.104
bootstrap-spark-core-1.0.101
bootstrap-spark-core-1.0.99
bootstrap-spark-core-1.0.95
bootstrap-spark-core-1.0.94
bootstrap-spark-core-1.0.93
bootstrap-spark-core-1.0.92
bootstrap-spark-core-1.0.86
bootstrap-spark-core-1.0.85
bootstrap-spark-core-1.0.84
bootstrap-spark-core-1.0.83

How to add a dependency to Maven

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

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-spark-core</artifactId>
    <version>1.0.133</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.turbospaces.boot:bootstrap-spark-core:1.0.133'

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

implementation("com.turbospaces.boot:bootstrap-spark-core:1.0.133")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.turbospaces.boot" % "bootstrap-spark-core" % "1.0.133"