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