is not current version
Last Version 1.5.0

com.mtons:mtons-hibernate 1.4.0

Based on the hibernate persistence layer encapsulation

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.mtons
ArtifactId

ArtifactId

mtons-hibernate
Version

Version

1.4.0
Type

Type

jar

Download mtons-hibernate 1.4.0


<!-- https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/ -->
<dependency>
    <groupId>com.mtons</groupId>
    <artifactId>mtons-hibernate</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/
implementation 'com.mtons:mtons-hibernate:1.4.0'
// https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/
implementation ("com.mtons:mtons-hibernate:1.4.0")
'com.mtons:mtons-hibernate:jar:1.4.0'
<dependency org="com.mtons" name="mtons-hibernate" rev="1.4.0">
  <artifact name="mtons-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtons', module='mtons-hibernate', version='1.4.0')
)
libraryDependencies += "com.mtons" % "mtons-hibernate" % "1.4.0"
[com.mtons/mtons-hibernate "1.4.0"]