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