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