Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.bstek.uflo |
ArtifactId | ArtifactIduflo-core-hibernate4 |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
uflo-core-hibernate4-2.1.3.pom | |
uflo-core-hibernate4-2.1.3.jar | 431 KB |
uflo-core-hibernate4-2.1.3-sources.jar | 376 KB |
uflo-core-hibernate4-2.1.3-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.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bstek.uflo/uflo-core-hibernate4/
implementation 'com.bstek.uflo:uflo-core-hibernate4:2.1.3'
// https://jarcasting.com/artifacts/com.bstek.uflo/uflo-core-hibernate4/
implementation ("com.bstek.uflo:uflo-core-hibernate4:2.1.3")
'com.bstek.uflo:uflo-core-hibernate4:jar:2.1.3'
<dependency org="com.bstek.uflo" name="uflo-core-hibernate4" rev="2.1.3">
<artifact name="uflo-core-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bstek.uflo', module='uflo-core-hibernate4', version='2.1.3')
)
libraryDependencies += "com.bstek.uflo" % "uflo-core-hibernate4" % "2.1.3"
[com.bstek.uflo/uflo-core-hibernate4 "2.1.3"]