MVN

com.holon-platform.jpa : holon-datastore-jpa-spring

Maven & Gradle

Jul 09, 2020
3 usages
5 stars

Holon JPA Datastore Spring integration

<dependency>
    <groupId>com.holon-platform.jpa</groupId>
    <artifactId>holon-datastore-jpa-spring</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.holon-platform.jpa : holon-datastore-jpa-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0
  • Latest Release Candidate: 5.2.0-rc2
  • Latest Alpha: 5.2.0-alpha2

All Versions

Choose a version of com.holon-platform.jpa : holon-datastore-jpa-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
holon-datastore-jpa-spring-5.5.0
5.4.x
holon-datastore-jpa-spring-5.4.0
5.3.x
holon-datastore-jpa-spring-5.3.0
5.2.x
holon-datastore-jpa-spring-5.2.4
holon-datastore-jpa-spring-5.2.3
holon-datastore-jpa-spring-5.2.2
holon-datastore-jpa-spring-5.2.1
holon-datastore-jpa-spring-5.2.0
holon-datastore-jpa-spring-5.2.0-rc2
holon-datastore-jpa-spring-5.2.0-rc1
holon-datastore-jpa-spring-5.2.0-alpha2
holon-datastore-jpa-spring-5.2.0-alpha1
5.1.x
holon-datastore-jpa-spring-5.1.2
holon-datastore-jpa-spring-5.1.1
holon-datastore-jpa-spring-5.1.0
5.0.x
holon-datastore-jpa-spring-5.0.4
holon-datastore-jpa-spring-5.0.3
holon-datastore-jpa-spring-5.0.2
holon-datastore-jpa-spring-5.0.1
holon-datastore-jpa-spring-5.0.0

How to add a dependency to Maven

Add the following com.holon-platform.jpa : holon-datastore-jpa-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.holon-platform.jpa</groupId>
    <artifactId>holon-datastore-jpa-spring</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.holon-platform.jpa : holon-datastore-jpa-spring gradle dependency to your build.gradle file:

implementation 'com.holon-platform.jpa:holon-datastore-jpa-spring:5.5.0'

Gradle Kotlin DSL: Add the following com.holon-platform.jpa : holon-datastore-jpa-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.holon-platform.jpa:holon-datastore-jpa-spring:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.holon-platform.jpa : holon-datastore-jpa-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.holon-platform.jpa" % "holon-datastore-jpa-spring" % "5.5.0"

Advertisement