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