r

roperty-jpa

Persistence implementation for Roperty
http://www.parshipelite.com
The Apache Software License, Version 2.0
Daniel Heid
文件下载
文件名 操作
roperty-jpa-1.1.jar 下载
roperty-jpa-1.1.pom 下载
roperty-jpa-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.dheid</groupId>
  <artifactId>roperty-jpa</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.dheid:roperty-jpa:1.1'
Gradle Kotlin
implementation("io.github.dheid:roperty-jpa:1.1")
Scala SBT
libraryDependencies += "io.github.dheid" % "roperty-jpa" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dheid', module='roperty-jpa', version='1.1')
)
Apache Ivy
<dependency org="io.github.dheid" name="roperty-jpa" rev="1.1" />
Leiningen
[io.github.dheid/roperty-jpa "1.1"]
Apache Buildr
'io.github.dheid:roperty-jpa:jar:1.1'