MVN

xdoclet : xdoclet-hibernate-module

Maven & Gradle

Sep 20, 2005
7 usages

XDoclet Hibernate Module

<dependency>
    <groupId>xdoclet</groupId>
    <artifactId>xdoclet-hibernate-module</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.3

All Versions

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

Version Vulnerabilities Updated
1.2.x
xdoclet-hibernate-module-1.2.3
1.2
xdoclet-hibernate-module-1.2
1.2b4
xdoclet-hibernate-module-1.2b4
1.2b2
xdoclet-hibernate-module-1.2b2

How to add a dependency to Maven

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

<dependency>
    <groupId>xdoclet</groupId>
    <artifactId>xdoclet-hibernate-module</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'xdoclet:xdoclet-hibernate-module:1.2.3'

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

implementation("xdoclet:xdoclet-hibernate-module:1.2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "xdoclet" % "xdoclet-hibernate-module" % "1.2.3"