Last Version

Fluent Hibernate Core 0.3.1

A library to work with Hibernate by fluent API. This library hasn't dependencies except Hibernate dependencies. It requires Java 1.6 and above.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.github.v-ladynev
ArtifactId

ArtifactId

fluent-hibernate-core
Version

Version

0.3.1
Type

Type

jar
Description

Description

Fluent Hibernate Core
A library to work with Hibernate by fluent API. This library hasn't dependencies except Hibernate dependencies. It requires Java 1.6 and above.
Project URL

Project URL

https://github.com/v-ladynev/fluent-hibernate
Source Code Management

Source Code Management

http://github.com/v-ladynev/fluent-hibernate

Download fluent-hibernate-core 0.3.1


<!-- https://jarcasting.com/artifacts/com.github.v-ladynev/fluent-hibernate-core/ -->
<dependency>
    <groupId>com.github.v-ladynev</groupId>
    <artifactId>fluent-hibernate-core</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.v-ladynev/fluent-hibernate-core/
implementation 'com.github.v-ladynev:fluent-hibernate-core:0.3.1'
// https://jarcasting.com/artifacts/com.github.v-ladynev/fluent-hibernate-core/
implementation ("com.github.v-ladynev:fluent-hibernate-core:0.3.1")
'com.github.v-ladynev:fluent-hibernate-core:jar:0.3.1'
<dependency org="com.github.v-ladynev" name="fluent-hibernate-core" rev="0.3.1">
  <artifact name="fluent-hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.v-ladynev', module='fluent-hibernate-core', version='0.3.1')
)
libraryDependencies += "com.github.v-ladynev" % "fluent-hibernate-core" % "0.3.1"
[com.github.v-ladynev/fluent-hibernate-core "0.3.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 5.1.0.Final

test (4)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
junit : junit jar 4.12
com.h2database : h2 jar 1.4.190
org.assertj : assertj-core jar 1.7.1

Project Modules

There are no modules declared in this project.