MVN

com.turbospaces.boot : bootstrap-gcp-core

Maven & Gradle

Aug 22, 2023

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

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

Latest Version

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

  • Latest Stable: 1.0.133

All Versions

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

Version Vulnerabilities Updated
1.0.x
bootstrap-gcp-core-1.0.133
bootstrap-gcp-core-1.0.132
bootstrap-gcp-core-1.0.130
bootstrap-gcp-core-1.0.129
bootstrap-gcp-core-1.0.128
bootstrap-gcp-core-1.0.127
bootstrap-gcp-core-1.0.126
bootstrap-gcp-core-1.0.125
bootstrap-gcp-core-1.0.124
bootstrap-gcp-core-1.0.123
bootstrap-gcp-core-1.0.122
bootstrap-gcp-core-1.0.121
bootstrap-gcp-core-1.0.120
bootstrap-gcp-core-1.0.118
bootstrap-gcp-core-1.0.117
bootstrap-gcp-core-1.0.116
bootstrap-gcp-core-1.0.115
bootstrap-gcp-core-1.0.114
bootstrap-gcp-core-1.0.113
bootstrap-gcp-core-1.0.112
bootstrap-gcp-core-1.0.111
bootstrap-gcp-core-1.0.109
bootstrap-gcp-core-1.0.108
bootstrap-gcp-core-1.0.107
bootstrap-gcp-core-1.0.106
bootstrap-gcp-core-1.0.105
bootstrap-gcp-core-1.0.104
bootstrap-gcp-core-1.0.101
bootstrap-gcp-core-1.0.99
bootstrap-gcp-core-1.0.95
bootstrap-gcp-core-1.0.94
bootstrap-gcp-core-1.0.93
bootstrap-gcp-core-1.0.92
bootstrap-gcp-core-1.0.86
bootstrap-gcp-core-1.0.85
bootstrap-gcp-core-1.0.84
bootstrap-gcp-core-1.0.83
bootstrap-gcp-core-1.0.82
bootstrap-gcp-core-1.0.81
bootstrap-gcp-core-1.0.80
bootstrap-gcp-core-1.0.78
bootstrap-gcp-core-1.0.77
bootstrap-gcp-core-1.0.76
bootstrap-gcp-core-1.0.75
bootstrap-gcp-core-1.0.74
bootstrap-gcp-core-1.0.73
bootstrap-gcp-core-1.0.72
bootstrap-gcp-core-1.0.71
bootstrap-gcp-core-1.0.70
bootstrap-gcp-core-1.0.69
bootstrap-gcp-core-1.0.68
bootstrap-gcp-core-1.0.66
bootstrap-gcp-core-1.0.64
bootstrap-gcp-core-1.0.63
bootstrap-gcp-core-1.0.62
bootstrap-gcp-core-1.0.61
bootstrap-gcp-core-1.0.60
bootstrap-gcp-core-1.0.59
bootstrap-gcp-core-1.0.58
bootstrap-gcp-core-1.0.57
bootstrap-gcp-core-1.0.56
bootstrap-gcp-core-1.0.55
bootstrap-gcp-core-1.0.54
bootstrap-gcp-core-1.0.53
bootstrap-gcp-core-1.0.52
bootstrap-gcp-core-1.0.51
bootstrap-gcp-core-1.0.50
bootstrap-gcp-core-1.0.49

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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