License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.googlecode.jbp |
ArtifactId | ArtifactIdjbp-hibernate |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjbp-hibernate
jbp hibernate repository implementation library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jbp-hibernate-1.1.0.pom | |
jbp-hibernate-1.1.0.jar | 7 KB |
jbp-hibernate-1.1.0-sources.jar | 4 KB |
jbp-hibernate-1.1.0-javadoc.jar | 30 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.14.6 |