MVN

xdoclet-plugins : xdoclet-plugin-hibernate

Maven & Gradle

Dec 14, 2005
2 usages

xdoclet-plugin-hibernate

<dependency>
    <groupId>xdoclet-plugins</groupId>
    <artifactId>xdoclet-plugin-hibernate</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xdoclet-plugins : xdoclet-plugin-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Alpha: 1.0-alpha-1

All Versions

Choose a version of xdoclet-plugins : xdoclet-plugin-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20051012.090748
xdoclet-plugin-hibernate-20051012.090748
20050302.204438
xdoclet-plugin-hibernate-20050302.204438
20050302.201930
xdoclet-plugin-hibernate-20050302.201930
20050302.200233
xdoclet-plugin-hibernate-20050302.200233
20050302.194743
xdoclet-plugin-hibernate-20050302.194743
20050222.202417
xdoclet-plugin-hibernate-20050222.202417
20050221.205720
xdoclet-plugin-hibernate-20050221.205720
20050208.124427
xdoclet-plugin-hibernate-20050208.124427
20050208.123239
xdoclet-plugin-hibernate-20050208.123239
20050206.203645
xdoclet-plugin-hibernate-20050206.203645
1.0.x
xdoclet-plugin-hibernate-1.0.3
xdoclet-plugin-hibernate-1.0.2
xdoclet-plugin-hibernate-1.0.1
1.0
xdoclet-plugin-hibernate-1.0
xdoclet-plugin-hibernate-1.0-alpha-1

How to add a dependency to Maven

Add the following xdoclet-plugins : xdoclet-plugin-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xdoclet-plugins</groupId>
    <artifactId>xdoclet-plugin-hibernate</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xdoclet-plugins : xdoclet-plugin-hibernate gradle dependency to your build.gradle file:

implementation 'xdoclet-plugins:xdoclet-plugin-hibernate:1.0.3'

Gradle Kotlin DSL: Add the following xdoclet-plugins : xdoclet-plugin-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("xdoclet-plugins:xdoclet-plugin-hibernate:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following xdoclet-plugins : xdoclet-plugin-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "xdoclet-plugins" % "xdoclet-plugin-hibernate" % "1.0.3"