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