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