| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.cedarsoft.tags |
| ArtifactId | ArtifactIdhibernate |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTags Hibernate
cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hibernate-1.0.0.pom | |
| hibernate-1.0.0.jar | 1 KB |
| hibernate-1.0.0-tests.jar | 12 KB |
| hibernate-1.0.0-javadoc.jar | 336 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.tags/hibernate/ -->
<dependency>
<groupId>com.cedarsoft.tags</groupId>
<artifactId>hibernate</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.tags/hibernate/
implementation 'com.cedarsoft.tags:hibernate:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.tags/hibernate/
implementation ("com.cedarsoft.tags:hibernate:1.0.0")
'com.cedarsoft.tags:hibernate:jar:1.0.0'
<dependency org="com.cedarsoft.tags" name="hibernate" rev="1.0.0">
<artifact name="hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.tags', module='hibernate', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.tags" % "hibernate" % "1.0.0"
[com.cedarsoft.tags/hibernate "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.tags : core | jar | 1.0.0 |
| com.cedarsoft.commons : commons | jar | 3.0.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| junit : junit | jar | 4.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.intellij : annotations | jar | 7.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-annotations | jar | 3.5.4-Final |
| org.hibernate : hibernate-core | jar | 3.5.4-Final |
| javassist : javassist | jar | 3.12.1.GA |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| hsqldb : hsqldb | jar | 1.8.0.7 |
| com.cedarsoft.commons : test-utils | jar | 3.0.0 |