MVN

com.blazebit : blaze-persistence-showcase-spi

Maven & Gradle

Feb 11, 2018
8 usages

Blazebit Persistence Examples Showcase SPI

<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-persistence-showcase-spi</artifactId>
    <version>1.2.0-Alpha4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blazebit : blaze-persistence-showcase-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-Alpha4
  • Latest Alpha: 1.2.0-Alpha4

All Versions

Choose a version of com.blazebit : blaze-persistence-showcase-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
blaze-persistence-showcase-spi-1.2.0-Alpha4
blaze-persistence-showcase-spi-1.2.0-Alpha3
blaze-persistence-showcase-spi-1.2.0-Alpha2

How to add a dependency to Maven

Add the following com.blazebit : blaze-persistence-showcase-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-persistence-showcase-spi</artifactId>
    <version>1.2.0-Alpha4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blazebit : blaze-persistence-showcase-spi gradle dependency to your build.gradle file:

implementation 'com.blazebit:blaze-persistence-showcase-spi:1.2.0-Alpha4'

Gradle Kotlin DSL: Add the following com.blazebit : blaze-persistence-showcase-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blazebit:blaze-persistence-showcase-spi:1.2.0-Alpha4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blazebit : blaze-persistence-showcase-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blazebit" % "blaze-persistence-showcase-spi" % "1.2.0-Alpha4"

Advertisement