d

data-jpa-web

optionfactory-spring data-jpa-web
Files download
File Operation
data-jpa-web-15.0.jar download
data-jpa-web-15.0.pom download
data-jpa-web-15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.optionfactory.spring</groupId>
  <artifactId>data-jpa-web</artifactId>
  <version>15.0</version>
</dependency>
Gradle Groovy
implementation 'net.optionfactory.spring:data-jpa-web:15.0'
Gradle Kotlin
implementation("net.optionfactory.spring:data-jpa-web:15.0")
Scala SBT
libraryDependencies += "net.optionfactory.spring" % "data-jpa-web" % "15.0"
Groovy Grape
@Grapes(
  @Grab(group='net.optionfactory.spring', module='data-jpa-web', version='15.0')
)
Apache Ivy
<dependency org="net.optionfactory.spring" name="data-jpa-web" rev="15.0" />
Leiningen
[net.optionfactory.spring/data-jpa-web "15.0"]
Apache Buildr
'net.optionfactory.spring:data-jpa-web:jar:15.0'