| Categories |
CategoriesData Hibernate ORM |
|---|---|
| GroupId | GroupIdio.github.raven-source |
| ArtifactId | ArtifactIdraven-commons-data-hibernate-convert |
| Version | Version3.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-data-hibernate-convert/ -->
<dependency>
<groupId>io.github.raven-source</groupId>
<artifactId>raven-commons-data-hibernate-convert</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-data-hibernate-convert/
implementation 'io.github.raven-source:raven-commons-data-hibernate-convert:3.0.0'
// https://jarcasting.com/artifacts/io.github.raven-source/raven-commons-data-hibernate-convert/
implementation ("io.github.raven-source:raven-commons-data-hibernate-convert:3.0.0")
'io.github.raven-source:raven-commons-data-hibernate-convert:jar:3.0.0'
<dependency org="io.github.raven-source" name="raven-commons-data-hibernate-convert" rev="3.0.0">
<artifact name="raven-commons-data-hibernate-convert" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raven-source', module='raven-commons-data-hibernate-convert', version='3.0.0')
)
libraryDependencies += "io.github.raven-source" % "raven-commons-data-hibernate-convert" % "3.0.0"
[io.github.raven-source/raven-commons-data-hibernate-convert "3.0.0"]