License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.metawidget.modules.hibernate |
ArtifactId | ArtifactIdhibernate-parent |
Last Version | Last Version4.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMetawidget is a smart User Interface widget that populates itself,
either statically or at runtime,
with UI components to match the properties of your domain objects.
|
Filename | Size |
---|---|
hibernate-parent-4.2.pom | 641 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules.hibernate/hibernate-parent/ -->
<dependency>
<groupId>org.metawidget.modules.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<version>4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules.hibernate/hibernate-parent/
implementation 'org.metawidget.modules.hibernate:hibernate-parent:4.2'
// https://jarcasting.com/artifacts/org.metawidget.modules.hibernate/hibernate-parent/
implementation ("org.metawidget.modules.hibernate:hibernate-parent:4.2")
'org.metawidget.modules.hibernate:hibernate-parent:pom:4.2'
<dependency org="org.metawidget.modules.hibernate" name="hibernate-parent" rev="4.2">
<artifact name="hibernate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules.hibernate', module='hibernate-parent', version='4.2')
)
libraryDependencies += "org.metawidget.modules.hibernate" % "hibernate-parent" % "4.2"
[org.metawidget.modules.hibernate/hibernate-parent "4.2"]