License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.mtons |
ArtifactId | ArtifactIdmtons-hibernate |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBased on the hibernate persistence layer encapsulation
|
Filename | Size |
---|---|
mtons-hibernate-1.5.0.pom | |
mtons-hibernate-1.5.0.jar | 14 KB |
mtons-hibernate-1.5.0-sources.jar | 9 KB |
mtons-hibernate-1.5.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/ -->
<dependency>
<groupId>com.mtons</groupId>
<artifactId>mtons-hibernate</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/
implementation 'com.mtons:mtons-hibernate:1.5.0'
// https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/
implementation ("com.mtons:mtons-hibernate:1.5.0")
'com.mtons:mtons-hibernate:jar:1.5.0'
<dependency org="com.mtons" name="mtons-hibernate" rev="1.5.0">
<artifact name="mtons-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtons', module='mtons-hibernate', version='1.5.0')
)
libraryDependencies += "com.mtons" % "mtons-hibernate" % "1.5.0"
[com.mtons/mtons-hibernate "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.0.12.Final |
org.hibernate : hibernate-java8 | jar | 5.0.12.Final |
org.springframework : spring-tx | jar | 4.3.11.RELEASE |
org.springframework : spring-context | jar | 4.3.11.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-orm | jar | 4.3.11.RELEASE |