MVN

com.turbospaces.boot : bootstrap-ebean-infinispan

Maven & Gradle

Jul 30, 2021
<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-ebean-infinispan</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.10

All Versions

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

Version Vulnerabilities Updated
1.0.x
bootstrap-ebean-infinispan-1.0.10
bootstrap-ebean-infinispan-1.0.9
bootstrap-ebean-infinispan-1.0.8
bootstrap-ebean-infinispan-1.0.7
bootstrap-ebean-infinispan-1.0.6
bootstrap-ebean-infinispan-1.0.5
bootstrap-ebean-infinispan-1.0.4
bootstrap-ebean-infinispan-1.0.3
bootstrap-ebean-infinispan-1.0.2
bootstrap-ebean-infinispan-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.turbospaces.boot</groupId>
    <artifactId>bootstrap-ebean-infinispan</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.turbospaces.boot:bootstrap-ebean-infinispan:1.0.10'

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

implementation("com.turbospaces.boot:bootstrap-ebean-infinispan:1.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.turbospaces.boot" % "bootstrap-ebean-infinispan" % "1.0.10"