MVN

com.turbospaces.boot : bootstrap-flink-core

Maven & Gradle

Dec 21, 2021
<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-flink-core</artifactId>
    <version>1.0.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.36

All Versions

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

Version Vulnerabilities Updated
1.0.x
bootstrap-flink-core-1.0.36
bootstrap-flink-core-1.0.35
bootstrap-flink-core-1.0.33
bootstrap-flink-core-1.0.32
bootstrap-flink-core-1.0.31
bootstrap-flink-core-1.0.30
bootstrap-flink-core-1.0.28
bootstrap-flink-core-1.0.27
bootstrap-flink-core-1.0.26
bootstrap-flink-core-1.0.25
bootstrap-flink-core-1.0.24
bootstrap-flink-core-1.0.22
bootstrap-flink-core-1.0.21
bootstrap-flink-core-1.0.20
bootstrap-flink-core-1.0.19
bootstrap-flink-core-1.0.18
bootstrap-flink-core-1.0.17
bootstrap-flink-core-1.0.16
bootstrap-flink-core-1.0.15
bootstrap-flink-core-1.0.14
bootstrap-flink-core-1.0.13
bootstrap-flink-core-1.0.12
bootstrap-flink-core-1.0.11
bootstrap-flink-core-1.0.10
bootstrap-flink-core-1.0.9
bootstrap-flink-core-1.0.8
bootstrap-flink-core-1.0.7
bootstrap-flink-core-1.0.6
bootstrap-flink-core-1.0.5
bootstrap-flink-core-1.0.4
bootstrap-flink-core-1.0.3
bootstrap-flink-core-1.0.2
bootstrap-flink-core-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-flink-core</artifactId>
    <version>1.0.36</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.turbospaces.boot:bootstrap-flink-core:1.0.36'

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

implementation("com.turbospaces.boot:bootstrap-flink-core:1.0.36")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.turbospaces.boot" % "bootstrap-flink-core" % "1.0.36"

Advertisement