MVN

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

Maven & Gradle

Aug 22, 2023

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

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-gcp-pubsub-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-pubsub-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-pubsub-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bootstrap-gcp-pubsub-core-1.0.133
bootstrap-gcp-pubsub-core-1.0.132
bootstrap-gcp-pubsub-core-1.0.130
bootstrap-gcp-pubsub-core-1.0.129
bootstrap-gcp-pubsub-core-1.0.128
bootstrap-gcp-pubsub-core-1.0.127
bootstrap-gcp-pubsub-core-1.0.126
bootstrap-gcp-pubsub-core-1.0.125
bootstrap-gcp-pubsub-core-1.0.124
bootstrap-gcp-pubsub-core-1.0.123
bootstrap-gcp-pubsub-core-1.0.122
bootstrap-gcp-pubsub-core-1.0.121
bootstrap-gcp-pubsub-core-1.0.120
bootstrap-gcp-pubsub-core-1.0.118
bootstrap-gcp-pubsub-core-1.0.117
bootstrap-gcp-pubsub-core-1.0.116
bootstrap-gcp-pubsub-core-1.0.115
bootstrap-gcp-pubsub-core-1.0.114
bootstrap-gcp-pubsub-core-1.0.113
bootstrap-gcp-pubsub-core-1.0.112
bootstrap-gcp-pubsub-core-1.0.111

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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