MVN

com.blazebit : blaze-persistence-integration-spring-data-rest

Maven & Gradle

Oct 26, 2019
4 usages

Blazebit Persistence Integration Spring-Data-Rest

<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-persistence-integration-spring-data-rest</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blazebit : blaze-persistence-integration-spring-data-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2
  • Latest Release Candidate: 1.2.0-RC1
  • Latest Alpha: 1.4.0-Alpha3

All Versions

Choose a version of com.blazebit : blaze-persistence-integration-spring-data-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
blaze-persistence-integration-spring-data-rest-1.4.0-Alpha3
blaze-persistence-integration-spring-data-rest-1.4.0-Alpha2
blaze-persistence-integration-spring-data-rest-1.4.0-Alpha1
1.3.x
blaze-persistence-integration-spring-data-rest-1.3.2
blaze-persistence-integration-spring-data-rest-1.3.1
blaze-persistence-integration-spring-data-rest-1.3.0
blaze-persistence-integration-spring-data-rest-1.3.0-Alpha3
blaze-persistence-integration-spring-data-rest-1.3.0-Alpha2
blaze-persistence-integration-spring-data-rest-1.3.0-Alpha1
1.2.x
blaze-persistence-integration-spring-data-rest-1.2.1
blaze-persistence-integration-spring-data-rest-1.2.0
blaze-persistence-integration-spring-data-rest-1.2.0-RC1
blaze-persistence-integration-spring-data-rest-1.2.0-Alpha6
blaze-persistence-integration-spring-data-rest-1.2.0-Alpha5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-persistence-integration-spring-data-rest</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blazebit : blaze-persistence-integration-spring-data-rest gradle dependency to your build.gradle file:

implementation 'com.blazebit:blaze-persistence-integration-spring-data-rest:1.3.2'

Gradle Kotlin DSL: Add the following com.blazebit : blaze-persistence-integration-spring-data-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blazebit:blaze-persistence-integration-spring-data-rest:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blazebit : blaze-persistence-integration-spring-data-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blazebit" % "blaze-persistence-integration-spring-data-rest" % "1.3.2"

Advertisement