Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdxdoclet-plugins |
ArtifactId | ArtifactIdxdoclet-plugin-hibernate |
Version | Version20050302.194743 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-hibernate/ -->
<dependency>
<groupId>xdoclet-plugins</groupId>
<artifactId>xdoclet-plugin-hibernate</artifactId>
<version>20050302.194743</version>
</dependency>
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-hibernate/
implementation 'xdoclet-plugins:xdoclet-plugin-hibernate:20050302.194743'
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-hibernate/
implementation ("xdoclet-plugins:xdoclet-plugin-hibernate:20050302.194743")
'xdoclet-plugins:xdoclet-plugin-hibernate:jar:20050302.194743'
<dependency org="xdoclet-plugins" name="xdoclet-plugin-hibernate" rev="20050302.194743">
<artifact name="xdoclet-plugin-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='xdoclet-plugins', module='xdoclet-plugin-hibernate', version='20050302.194743')
)
libraryDependencies += "xdoclet-plugins" % "xdoclet-plugin-hibernate" % "20050302.194743"
[xdoclet-plugins/xdoclet-plugin-hibernate "20050302.194743"]