Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdfi.ratamaa |
ArtifactId | ArtifactIddtoconverter-hibernate |
Version | Version2.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fi.ratamaa/dtoconverter-hibernate/ -->
<dependency>
<groupId>fi.ratamaa</groupId>
<artifactId>dtoconverter-hibernate</artifactId>
<version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/fi.ratamaa/dtoconverter-hibernate/
implementation 'fi.ratamaa:dtoconverter-hibernate:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/fi.ratamaa/dtoconverter-hibernate/
implementation ("fi.ratamaa:dtoconverter-hibernate:2.0.2-RELEASE")
'fi.ratamaa:dtoconverter-hibernate:jar:2.0.2-RELEASE'
<dependency org="fi.ratamaa" name="dtoconverter-hibernate" rev="2.0.2-RELEASE">
<artifact name="dtoconverter-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='fi.ratamaa', module='dtoconverter-hibernate', version='2.0.2-RELEASE')
)
libraryDependencies += "fi.ratamaa" % "dtoconverter-hibernate" % "2.0.2-RELEASE"
[fi.ratamaa/dtoconverter-hibernate "2.0.2-RELEASE"]