jbp-hibernate

jbp hibernate repository implementation library

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.googlecode.jbp
ArtifactId

ArtifactId

jbp-hibernate
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

jbp-hibernate
jbp hibernate repository implementation library
Project URL

Project URL

http://code.google.com/p/jbp/
Source Code Management

Source Code Management

https://github.com/yannickloth/jbp

Download jbp-hibernate

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.googlecode.jbp : jbp-common jar 1.1.0
org.hibernate : hibernate-core jar 3.6.2.Final
org.slf4j : slf4j-api jar 1.6.1

runtime (1)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.6.1

test (1)

Group / Artifact Type Version
org.testng : testng jar 5.14.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0