Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.vladmihalcea |
ArtifactId | ArtifactIdhibernate-types-60 |
Version | Version2.15.0 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-types-60-2.15.0.pom | |
hibernate-types-60-2.15.0.jar | 174 KB |
hibernate-types-60-2.15.0-tests.jar | 403 KB |
hibernate-types-60-2.15.0-sources.jar | 104 KB |
hibernate-types-60-2.15.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.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladmihalcea/hibernate-types-60/
implementation 'com.vladmihalcea:hibernate-types-60:2.15.0'
// https://jarcasting.com/artifacts/com.vladmihalcea/hibernate-types-60/
implementation ("com.vladmihalcea:hibernate-types-60:2.15.0")
'com.vladmihalcea:hibernate-types-60:jar:2.15.0'
<dependency org="com.vladmihalcea" name="hibernate-types-60" rev="2.15.0">
<artifact name="hibernate-types-60" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladmihalcea', module='hibernate-types-60', version='2.15.0')
)
libraryDependencies += "com.vladmihalcea" % "hibernate-types-60" % "2.15.0"
[com.vladmihalcea/hibernate-types-60 "2.15.0"]