g

gwt-integration-jpa

Integrates some aspects of JPA with GWT.
文件下载
文件名 操作
gwt-integration-jpa-1.0.0-alpha4.jar 下载
gwt-integration-jpa-1.0.0-alpha4.pom 下载
gwt-integration-jpa-1.0.0-alpha4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.apetrelli.gwtintegration</groupId>
  <artifactId>gwt-integration-jpa</artifactId>
  <version>1.0.0-alpha4</version>
</dependency>
Gradle Groovy
implementation 'com.github.apetrelli.gwtintegration:gwt-integration-jpa:1.0.0-alpha4'
Gradle Kotlin
implementation("com.github.apetrelli.gwtintegration:gwt-integration-jpa:1.0.0-alpha4")
Scala SBT
libraryDependencies += "com.github.apetrelli.gwtintegration" % "gwt-integration-jpa" % "1.0.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.apetrelli.gwtintegration', module='gwt-integration-jpa', version='1.0.0-alpha4')
)
Apache Ivy
<dependency org="com.github.apetrelli.gwtintegration" name="gwt-integration-jpa" rev="1.0.0-alpha4" />
Leiningen
[com.github.apetrelli.gwtintegration/gwt-integration-jpa "1.0.0-alpha4"]
Apache Buildr
'com.github.apetrelli.gwtintegration:gwt-integration-jpa:jar:1.0.0-alpha4'