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