Last Version

babyfish-entity 1.0.0.Alpha

The JPA entity project of BabyFish, it supports (1) ObjectModel4JPA (2) QueryPath API (3) Untyped query path compiler

License

License

GroupId

GroupId

org.babyfish
ArtifactId

ArtifactId

babyfish-entity
Version

Version

1.0.0.Alpha
Type

Type

jar
Description

Description

babyfish-entity
The JPA entity project of BabyFish, it supports (1) ObjectModel4JPA (2) QueryPath API (3) Untyped query path compiler
Project URL

Project URL

https://github.com/babyfish-ct/babyfish
Source Code Management

Source Code Management

https://github.com/babyfish-ct/babyfish

Download babyfish-entity 1.0.0.Alpha


<!-- https://jarcasting.com/artifacts/org.babyfish/babyfish-entity/ -->
<dependency>
    <groupId>org.babyfish</groupId>
    <artifactId>babyfish-entity</artifactId>
    <version>1.0.0.Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.babyfish/babyfish-entity/
implementation 'org.babyfish:babyfish-entity:1.0.0.Alpha'
// https://jarcasting.com/artifacts/org.babyfish/babyfish-entity/
implementation ("org.babyfish:babyfish-entity:1.0.0.Alpha")
'org.babyfish:babyfish-entity:jar:1.0.0.Alpha'
<dependency org="org.babyfish" name="babyfish-entity" rev="1.0.0.Alpha">
  <artifact name="babyfish-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.babyfish', module='babyfish-entity', version='1.0.0.Alpha')
)
libraryDependencies += "org.babyfish" % "babyfish-entity" % "1.0.0.Alpha"
[org.babyfish/babyfish-entity "1.0.0.Alpha"]

Dependencies

compile (3)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.5
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.0.Final
org.babyfish : babyfish-core jar 1.0.0.Alpha

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.