is not current version
Last Version 1.1.4

com.mtons:mtons-persist 1.0.3

Mtons persist, based on the hibernate persistence layer encapsulation

GroupId

GroupId

com.mtons
ArtifactId

ArtifactId

mtons-persist
Version

Version

1.0.3
Type

Type

jar

Download mtons-persist 1.0.3


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