Download babyfish-entity-1.0.0.Alpha.jar file - Jar b

Jar examples for b:babyfish-entity

Description

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

You can download jar file babyfish-entity 1.0.0.Alpha in this page.

License

LGPL-3.0

Build File

You can use the following script to add babyfish-entity-1.0.0.Alpha.jar to your project.

<dependency>
   <groupId>org.babyfish</groupId>
   <artifactId>babyfish-entity</artifactId>
   <version>1.0.0.Alpha</version>
</dependency>
compile group: 'org.babyfish', name: 'babyfish-entity', version: '1.0.0.Alpha'
libraryDependencies += "org.babyfish" % "babyfish-entity" % "1.0.0.Alpha"
<dependency org="org.babyfish" name="babyfish-entity" rev="1.0.0.Alpha"/>
@Grapes(@Grab(group='org.babyfish', module='babyfish-entity', version='1.0.0.Alpha'))
'org.babyfish:babyfish-entity:jar:1.0.0.Alpha'

Download

Click the following link to download the jar file.

babyfish-entity-1.0.0.Alpha-javadoc.jar
babyfish-entity-1.0.0.Alpha-sources.jar
babyfish-entity-1.0.0.Alpha.jar
babyfish-entity-1.0.0.Alpha.pom



Related Tutorials