Files download
File Operation
bootstrap-gcp-core-1.0.93.jar download
bootstrap-gcp-core-1.0.93.pom download
bootstrap-gcp-core-1.0.93-sources.jar download
Apache Maven
<dependency>
  <groupId>com.turbospaces.boot</groupId>
  <artifactId>bootstrap-gcp-core</artifactId>
  <version>1.0.93</version>
</dependency>
Gradle Groovy
implementation 'com.turbospaces.boot:bootstrap-gcp-core:1.0.93'
Gradle Kotlin
implementation("com.turbospaces.boot:bootstrap-gcp-core:1.0.93")
Scala SBT
libraryDependencies += "com.turbospaces.boot" % "bootstrap-gcp-core" % "1.0.93"
Groovy Grape
@Grapes(
  @Grab(group='com.turbospaces.boot', module='bootstrap-gcp-core', version='1.0.93')
)
Apache Ivy
<dependency org="com.turbospaces.boot" name="bootstrap-gcp-core" rev="1.0.93" />
Leiningen
[com.turbospaces.boot/bootstrap-gcp-core "1.0.93"]
Apache Buildr
'com.turbospaces.boot:bootstrap-gcp-core:jar:1.0.93'