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