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