MVN

com.turkraft.springfilter : jpa

Maven & Gradle

Aug 21, 2023
164 stars

com.turkraft.springfilter:jpa

<dependency>
    <groupId>com.turkraft.springfilter</groupId>
    <artifactId>jpa</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.turkraft.springfilter : jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3

All Versions

Choose a version of com.turkraft.springfilter : jpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
jpa-3.1.3
jpa-3.1.2
jpa-3.1.1
jpa-3.1.0
3.0.x
jpa-3.0.9
jpa-3.0.8
jpa-3.0.7
jpa-3.0.6
jpa-3.0.5
jpa-3.0.4
2.1.x
jpa-2.1.6

How to add a dependency to Maven

Add the following com.turkraft.springfilter : jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.turkraft.springfilter</groupId>
    <artifactId>jpa</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.turkraft.springfilter : jpa gradle dependency to your build.gradle file:

implementation 'com.turkraft.springfilter:jpa:3.1.3'

Gradle Kotlin DSL: Add the following com.turkraft.springfilter : jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("com.turkraft.springfilter:jpa:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.turkraft.springfilter : jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "com.turkraft.springfilter" % "jpa" % "3.1.3"

Advertisement