Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdxdoclet-plugins |
ArtifactId | ArtifactIdxdoclet-plugin-hibernate |
Version | Version1.0-alpha-1 |
Type | Typejar |
Filename | Size |
---|---|
xdoclet-plugin-hibernate-1.0-alpha-1.pom | |
xdoclet-plugin-hibernate-1.0-alpha-1.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-hibernate/ -->
<dependency>
<groupId>xdoclet-plugins</groupId>
<artifactId>xdoclet-plugin-hibernate</artifactId>
<version>1.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-hibernate/
implementation 'xdoclet-plugins:xdoclet-plugin-hibernate:1.0-alpha-1'
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-hibernate/
implementation ("xdoclet-plugins:xdoclet-plugin-hibernate:1.0-alpha-1")
'xdoclet-plugins:xdoclet-plugin-hibernate:jar:1.0-alpha-1'
<dependency org="xdoclet-plugins" name="xdoclet-plugin-hibernate" rev="1.0-alpha-1">
<artifact name="xdoclet-plugin-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='xdoclet-plugins', module='xdoclet-plugin-hibernate', version='1.0-alpha-1')
)
libraryDependencies += "xdoclet-plugins" % "xdoclet-plugin-hibernate" % "1.0-alpha-1"
[xdoclet-plugins/xdoclet-plugin-hibernate "1.0-alpha-1"]