Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.bstek.uflo |
ArtifactId | ArtifactIduflo-core-hibernate4 |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
uflo-core-hibernate4-2.0.5.pom | |
uflo-core-hibernate4-2.0.5.jar | 427 KB |
uflo-core-hibernate4-2.0.5-sources.jar | 374 KB |
uflo-core-hibernate4-2.0.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bstek.uflo/uflo-core-hibernate4/ -->
<dependency>
<groupId>com.bstek.uflo</groupId>
<artifactId>uflo-core-hibernate4</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bstek.uflo/uflo-core-hibernate4/
implementation 'com.bstek.uflo:uflo-core-hibernate4:2.0.5'
// https://jarcasting.com/artifacts/com.bstek.uflo/uflo-core-hibernate4/
implementation ("com.bstek.uflo:uflo-core-hibernate4:2.0.5")
'com.bstek.uflo:uflo-core-hibernate4:jar:2.0.5'
<dependency org="com.bstek.uflo" name="uflo-core-hibernate4" rev="2.0.5">
<artifact name="uflo-core-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bstek.uflo', module='uflo-core-hibernate4', version='2.0.5')
)
libraryDependencies += "com.bstek.uflo" % "uflo-core-hibernate4" % "2.0.5"
[com.bstek.uflo/uflo-core-hibernate4 "2.0.5"]