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