Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.vladmihalcea |
ArtifactId | ArtifactIdhibernate-types-5 |
Version | Version2.9.13 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-types-5-2.9.13.pom | |
hibernate-types-5-2.9.13.jar | 106 KB |
hibernate-types-5-2.9.13-tests.jar | 354 KB |
hibernate-types-5-2.9.13-sources.jar | 64 KB |
hibernate-types-5-2.9.13-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vladmihalcea/hibernate-types-5/ -->
<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-5</artifactId>
<version>2.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladmihalcea/hibernate-types-5/
implementation 'com.vladmihalcea:hibernate-types-5:2.9.13'
// https://jarcasting.com/artifacts/com.vladmihalcea/hibernate-types-5/
implementation ("com.vladmihalcea:hibernate-types-5:2.9.13")
'com.vladmihalcea:hibernate-types-5:jar:2.9.13'
<dependency org="com.vladmihalcea" name="hibernate-types-5" rev="2.9.13">
<artifact name="hibernate-types-5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladmihalcea', module='hibernate-types-5', version='2.9.13')
)
libraryDependencies += "com.vladmihalcea" % "hibernate-types-5" % "2.9.13"
[com.vladmihalcea/hibernate-types-5 "2.9.13"]