MVN

org.hibernate.infra : hibernate-asciidoctor-theme

Maven & Gradle

Aug 14, 2023
0 stars

Hibernate Asciidoctor theme · The Asciidoctor theme used for the reference documentations of the Hibernate projects.

<dependency>
    <groupId>org.hibernate.infra</groupId>
    <artifactId>hibernate-asciidoctor-theme</artifactId>
    <version>2.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibernate.infra : hibernate-asciidoctor-theme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.Final

All Versions

Choose a version of org.hibernate.infra : hibernate-asciidoctor-theme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hibernate-asciidoctor-theme-2.0.0.Final
1.0.x
hibernate-asciidoctor-theme-1.0.6.Final
hibernate-asciidoctor-theme-1.0.5.Final
hibernate-asciidoctor-theme-1.0.4.Final
hibernate-asciidoctor-theme-1.0.3.Final
hibernate-asciidoctor-theme-1.0.2.Final
hibernate-asciidoctor-theme-1.0.1.Final
hibernate-asciidoctor-theme-1.0.0.Final

How to add a dependency to Maven

Add the following org.hibernate.infra : hibernate-asciidoctor-theme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hibernate.infra</groupId>
    <artifactId>hibernate-asciidoctor-theme</artifactId>
    <version>2.0.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hibernate.infra : hibernate-asciidoctor-theme gradle dependency to your build.gradle file:

implementation 'org.hibernate.infra:hibernate-asciidoctor-theme:2.0.0.Final'

Gradle Kotlin DSL: Add the following org.hibernate.infra : hibernate-asciidoctor-theme gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hibernate.infra:hibernate-asciidoctor-theme:2.0.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hibernate.infra : hibernate-asciidoctor-theme sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hibernate.infra" % "hibernate-asciidoctor-theme" % "2.0.0.Final"