Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.mtons |
ArtifactId | ArtifactIdmtons-commons-hibernate |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mtons/mtons-commons-hibernate/ -->
<dependency>
<groupId>com.mtons</groupId>
<artifactId>mtons-commons-hibernate</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtons/mtons-commons-hibernate/
implementation 'com.mtons:mtons-commons-hibernate:0.0.1'
// https://jarcasting.com/artifacts/com.mtons/mtons-commons-hibernate/
implementation ("com.mtons:mtons-commons-hibernate:0.0.1")
'com.mtons:mtons-commons-hibernate:jar:0.0.1'
<dependency org="com.mtons" name="mtons-commons-hibernate" rev="0.0.1">
<artifact name="mtons-commons-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtons', module='mtons-commons-hibernate', version='0.0.1')
)
libraryDependencies += "com.mtons" % "mtons-commons-hibernate" % "0.0.1"
[com.mtons/mtons-commons-hibernate "0.0.1"]