Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.mtons |
ArtifactId | ArtifactIdmtons-hibernate |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
mtons-hibernate-1.3.2.pom | |
mtons-hibernate-1.3.2.jar | 13 KB |
mtons-hibernate-1.3.2-sources.jar | 9 KB |
mtons-hibernate-1.3.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/ -->
<dependency>
<groupId>com.mtons</groupId>
<artifactId>mtons-hibernate</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/
implementation 'com.mtons:mtons-hibernate:1.3.2'
// https://jarcasting.com/artifacts/com.mtons/mtons-hibernate/
implementation ("com.mtons:mtons-hibernate:1.3.2")
'com.mtons:mtons-hibernate:jar:1.3.2'
<dependency org="com.mtons" name="mtons-hibernate" rev="1.3.2">
<artifact name="mtons-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtons', module='mtons-hibernate', version='1.3.2')
)
libraryDependencies += "com.mtons" % "mtons-hibernate" % "1.3.2"
[com.mtons/mtons-hibernate "1.3.2"]