MVN

com.slyak : spring-boot-starter-jpa-extra

Maven & Gradle

Feb 03, 2021
11 stars

Spring boot starter for spring-boot-starter-jpa-extra

<dependency>
    <groupId>com.slyak</groupId>
    <artifactId>spring-boot-starter-jpa-extra</artifactId>
    <version>3.3.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.slyak : spring-boot-starter-jpa-extra to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0.RELEASE

All Versions

Choose a version of com.slyak : spring-boot-starter-jpa-extra to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
spring-boot-starter-jpa-extra-3.3.0.RELEASE
3.0.x
spring-boot-starter-jpa-extra-3.0.0.RELEASE
2.1.x
spring-boot-starter-jpa-extra-2.1.2.RELEASE
spring-boot-starter-jpa-extra-2.1.1.RELEASE
spring-boot-starter-jpa-extra-2.1.0.RELEASE
2.0.x
spring-boot-starter-jpa-extra-2.0.0.RELEASE
1.1.x
spring-boot-starter-jpa-extra-1.1.5
spring-boot-starter-jpa-extra-1.1.4
1.0.x
spring-boot-starter-jpa-extra-1.0.1
spring-boot-starter-jpa-extra-1.0.0
0.0.x
spring-boot-starter-jpa-extra-0.0.1

How to add a dependency to Maven

Add the following com.slyak : spring-boot-starter-jpa-extra maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.slyak</groupId>
    <artifactId>spring-boot-starter-jpa-extra</artifactId>
    <version>3.3.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.slyak : spring-boot-starter-jpa-extra gradle dependency to your build.gradle file:

implementation 'com.slyak:spring-boot-starter-jpa-extra:3.3.0.RELEASE'

Gradle Kotlin DSL: Add the following com.slyak : spring-boot-starter-jpa-extra gradle kotlin dependency to your build.gradle.kts file:

implementation("com.slyak:spring-boot-starter-jpa-extra:3.3.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.slyak : spring-boot-starter-jpa-extra sbt scala dependency to your build.sbt file:

libraryDependencies += "com.slyak" % "spring-boot-starter-jpa-extra" % "3.3.0.RELEASE"

Advertisement