d

data-jpa-web

optionfactory-spring data-jpa-web
文件下载
文件名 操作
data-jpa-web-19.3.jar 下载
data-jpa-web-19.3.pom 下载
data-jpa-web-19.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.optionfactory.spring</groupId>
  <artifactId>data-jpa-web</artifactId>
  <version>19.3</version>
</dependency>
Gradle Groovy
implementation 'net.optionfactory.spring:data-jpa-web:19.3'
Gradle Kotlin
implementation("net.optionfactory.spring:data-jpa-web:19.3")
Scala SBT
libraryDependencies += "net.optionfactory.spring" % "data-jpa-web" % "19.3"
Groovy Grape
@Grapes(
  @Grab(group='net.optionfactory.spring', module='data-jpa-web', version='19.3')
)
Apache Ivy
<dependency org="net.optionfactory.spring" name="data-jpa-web" rev="19.3" />
Leiningen
[net.optionfactory.spring/data-jpa-web "19.3"]
Apache Buildr
'net.optionfactory.spring:data-jpa-web:jar:19.3'