| License |
License |
|---|---|
| GroupId | GroupIdcom.plugback |
| ArtifactId | ArtifactIdjpa |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
Descriptionjpa
Plugback JPA is a module that allows you to extend the Java Persistence API to query your DB using an sql-like concise and typesafe syntax.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationPlugback |
| Filename | Size |
|---|---|
| jpa-2.0.0.pom | |
| jpa-2.0.0.jar | 173 KB |
| jpa-2.0.0-sources.jar | 94 KB |
| jpa-2.0.0-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.plugback/jpa/ -->
<dependency>
<groupId>com.plugback</groupId>
<artifactId>jpa</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.plugback/jpa/
implementation 'com.plugback:jpa:2.0.0'
// https://jarcasting.com/artifacts/com.plugback/jpa/
implementation ("com.plugback:jpa:2.0.0")
'com.plugback:jpa:jar:2.0.0'
<dependency org="com.plugback" name="jpa" rev="2.0.0">
<artifact name="jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plugback', module='jpa', version='2.0.0')
)
libraryDependencies += "com.plugback" % "jpa" % "2.0.0"
[com.plugback/jpa "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.xtend : org.eclipse.xtend.lib | jar | 2.6.1 |
| org.eclipse.xtend : org.eclipse.xtend.core | jar | 2.6.1 |
| com.plugback : active | jar | 1.0.1-BETA |
| org.eclipse.persistence : eclipselink | jar | 2.5.1 |
| org.javassist : javassist | jar | 3.18.1-GA |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.derby : derby | jar | 10.10.1.1 |
| org.apache.derby : derbyclient | jar | 10.10.1.1 |
| junit : junit | jar | 4.11 |