MVN

io.github.text2confl : text2confl-confluence-model

Maven & Gradle

Mar 05, 2024

Text2Confl Confluence Model · Implementation Confluence Data Model

<dependency>
    <groupId>io.github.text2confl</groupId>
    <artifactId>text2confl-confluence-model</artifactId>
    <version>16.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.text2confl : text2confl-confluence-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.0.3

All Versions

Choose a version of io.github.text2confl : text2confl-confluence-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.0.x
text2confl-confluence-model-16.0.3

How to add a dependency to Maven

Add the following io.github.text2confl : text2confl-confluence-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.text2confl</groupId>
    <artifactId>text2confl-confluence-model</artifactId>
    <version>16.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.text2confl : text2confl-confluence-model gradle dependency to your build.gradle file:

implementation 'io.github.text2confl:text2confl-confluence-model:16.0.3'

Gradle Kotlin DSL: Add the following io.github.text2confl : text2confl-confluence-model gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.text2confl:text2confl-confluence-model:16.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.text2confl : text2confl-confluence-model sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.text2confl" % "text2confl-confluence-model" % "16.0.3"

Advertisement