MVN

com.turbospaces.boot : bootstrap-jdbc-core

Maven & Gradle

Aug 22, 2023

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

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

Latest Version

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

  • Latest Stable: 1.0.133

All Versions

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

Version Vulnerabilities Updated
1.0.x
bootstrap-jdbc-core-1.0.133
bootstrap-jdbc-core-1.0.132
bootstrap-jdbc-core-1.0.130
bootstrap-jdbc-core-1.0.129
bootstrap-jdbc-core-1.0.128
bootstrap-jdbc-core-1.0.127
bootstrap-jdbc-core-1.0.126
bootstrap-jdbc-core-1.0.125
bootstrap-jdbc-core-1.0.124
bootstrap-jdbc-core-1.0.123
bootstrap-jdbc-core-1.0.122
bootstrap-jdbc-core-1.0.121
bootstrap-jdbc-core-1.0.120
bootstrap-jdbc-core-1.0.118
bootstrap-jdbc-core-1.0.117
bootstrap-jdbc-core-1.0.116
bootstrap-jdbc-core-1.0.115
bootstrap-jdbc-core-1.0.114
bootstrap-jdbc-core-1.0.113
bootstrap-jdbc-core-1.0.112
bootstrap-jdbc-core-1.0.111
bootstrap-jdbc-core-1.0.109
bootstrap-jdbc-core-1.0.108
bootstrap-jdbc-core-1.0.107
bootstrap-jdbc-core-1.0.106
bootstrap-jdbc-core-1.0.105
bootstrap-jdbc-core-1.0.104
bootstrap-jdbc-core-1.0.101
bootstrap-jdbc-core-1.0.99
bootstrap-jdbc-core-1.0.95
bootstrap-jdbc-core-1.0.94
bootstrap-jdbc-core-1.0.93
bootstrap-jdbc-core-1.0.92
bootstrap-jdbc-core-1.0.86
bootstrap-jdbc-core-1.0.85
bootstrap-jdbc-core-1.0.84
bootstrap-jdbc-core-1.0.83
bootstrap-jdbc-core-1.0.82
bootstrap-jdbc-core-1.0.81
bootstrap-jdbc-core-1.0.80
bootstrap-jdbc-core-1.0.78
bootstrap-jdbc-core-1.0.77
bootstrap-jdbc-core-1.0.76
bootstrap-jdbc-core-1.0.75
bootstrap-jdbc-core-1.0.74
bootstrap-jdbc-core-1.0.73
bootstrap-jdbc-core-1.0.72
bootstrap-jdbc-core-1.0.71
bootstrap-jdbc-core-1.0.70
bootstrap-jdbc-core-1.0.69
bootstrap-jdbc-core-1.0.68
bootstrap-jdbc-core-1.0.66
bootstrap-jdbc-core-1.0.64
bootstrap-jdbc-core-1.0.63
bootstrap-jdbc-core-1.0.62
bootstrap-jdbc-core-1.0.61
bootstrap-jdbc-core-1.0.60
bootstrap-jdbc-core-1.0.59
bootstrap-jdbc-core-1.0.58
bootstrap-jdbc-core-1.0.57
bootstrap-jdbc-core-1.0.56
bootstrap-jdbc-core-1.0.55
bootstrap-jdbc-core-1.0.54
bootstrap-jdbc-core-1.0.53
bootstrap-jdbc-core-1.0.52
bootstrap-jdbc-core-1.0.51
bootstrap-jdbc-core-1.0.50
bootstrap-jdbc-core-1.0.49
bootstrap-jdbc-core-1.0.48
bootstrap-jdbc-core-1.0.47
bootstrap-jdbc-core-1.0.46
bootstrap-jdbc-core-1.0.45
bootstrap-jdbc-core-1.0.44
bootstrap-jdbc-core-1.0.43
bootstrap-jdbc-core-1.0.42
bootstrap-jdbc-core-1.0.40
bootstrap-jdbc-core-1.0.39
bootstrap-jdbc-core-1.0.38
bootstrap-jdbc-core-1.0.36
bootstrap-jdbc-core-1.0.35
bootstrap-jdbc-core-1.0.33
bootstrap-jdbc-core-1.0.32
bootstrap-jdbc-core-1.0.31
bootstrap-jdbc-core-1.0.30
bootstrap-jdbc-core-1.0.28
bootstrap-jdbc-core-1.0.27
bootstrap-jdbc-core-1.0.26
bootstrap-jdbc-core-1.0.25
bootstrap-jdbc-core-1.0.24
bootstrap-jdbc-core-1.0.22
bootstrap-jdbc-core-1.0.21
bootstrap-jdbc-core-1.0.20
bootstrap-jdbc-core-1.0.19
bootstrap-jdbc-core-1.0.18
bootstrap-jdbc-core-1.0.17
bootstrap-jdbc-core-1.0.16
bootstrap-jdbc-core-1.0.15
bootstrap-jdbc-core-1.0.14
bootstrap-jdbc-core-1.0.13
bootstrap-jdbc-core-1.0.12
bootstrap-jdbc-core-1.0.11
bootstrap-jdbc-core-1.0.10
bootstrap-jdbc-core-1.0.9
bootstrap-jdbc-core-1.0.8
bootstrap-jdbc-core-1.0.7
bootstrap-jdbc-core-1.0.6
bootstrap-jdbc-core-1.0.5
bootstrap-jdbc-core-1.0.4
bootstrap-jdbc-core-1.0.3
bootstrap-jdbc-core-1.0.2
bootstrap-jdbc-core-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-jdbc-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-jdbc-core gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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