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