Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.qoomon |
ArtifactId | ArtifactIdhibernate-usertype |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-usertype-0.1.0.pom | |
hibernate-usertype-0.1.0.jar | 20 KB |
hibernate-usertype-0.1.0-sources.jar | 12 KB |
hibernate-usertype-0.1.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.qoomon/hibernate-usertype/ -->
<dependency>
<groupId>com.qoomon</groupId>
<artifactId>hibernate-usertype</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qoomon/hibernate-usertype/
implementation 'com.qoomon:hibernate-usertype:0.1.0'
// https://jarcasting.com/artifacts/com.qoomon/hibernate-usertype/
implementation ("com.qoomon:hibernate-usertype:0.1.0")
'com.qoomon:hibernate-usertype:jar:0.1.0'
<dependency org="com.qoomon" name="hibernate-usertype" rev="0.1.0">
<artifact name="hibernate-usertype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qoomon', module='hibernate-usertype', version='0.1.0')
)
libraryDependencies += "com.qoomon" % "hibernate-usertype" % "0.1.0"
[com.qoomon/hibernate-usertype "0.1.0"]