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