Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.foreach.libs |
ArtifactId | ArtifactIdcommon-hibernate |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
common-hibernate-1.0.pom | |
common-hibernate-1.0.jar | 6 KB |
common-hibernate-1.0-sources.jar | 5 KB |
common-hibernate-1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.libs/common-hibernate/ -->
<dependency>
<groupId>com.foreach.libs</groupId>
<artifactId>common-hibernate</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.libs/common-hibernate/
implementation 'com.foreach.libs:common-hibernate:1.0'
// https://jarcasting.com/artifacts/com.foreach.libs/common-hibernate/
implementation ("com.foreach.libs:common-hibernate:1.0")
'com.foreach.libs:common-hibernate:jar:1.0'
<dependency org="com.foreach.libs" name="common-hibernate" rev="1.0">
<artifact name="common-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.libs', module='common-hibernate', version='1.0')
)
libraryDependencies += "com.foreach.libs" % "common-hibernate" % "1.0"
[com.foreach.libs/common-hibernate "1.0"]