| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdorg.hibernate |
| ArtifactId | ArtifactIdhibernate-docbook-xslt |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHibernate Core Project
The overall grouping Maven project for the Hibernate Core project, defining the individual modules
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hibernate-docbook-xslt-0.1.pom | |
| hibernate-docbook-xslt-0.1.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-docbook-xslt/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-docbook-xslt</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-docbook-xslt/
implementation 'org.hibernate:hibernate-docbook-xslt:0.1'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-docbook-xslt/
implementation ("org.hibernate:hibernate-docbook-xslt:0.1")
'org.hibernate:hibernate-docbook-xslt:jar:0.1'
<dependency org="org.hibernate" name="hibernate-docbook-xslt" rev="0.1">
<artifact name="hibernate-docbook-xslt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-docbook-xslt', version='0.1')
)
libraryDependencies += "org.hibernate" % "hibernate-docbook-xslt" % "0.1"
[org.hibernate/hibernate-docbook-xslt "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.docbook : docbook | jar | 1.70.1 |