MVN

com.github.joniles : rtfparserkit

Maven & Gradle

Feb 10, 2021
2 usages
97 stars

RTF Parser Kit · Modular RTF parser

<dependency>
    <groupId>com.github.joniles</groupId>
    <artifactId>rtfparserkit</artifactId>
    <version>1.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.joniles : rtfparserkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16.0

All Versions

Choose a version of com.github.joniles : rtfparserkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
rtfparserkit-1.16.0
1.15.x
rtfparserkit-1.15.0
1.14.x
rtfparserkit-1.14.0
1.13.x
rtfparserkit-1.13.0
1.12.x
rtfparserkit-1.12.0

How to add a dependency to Maven

Add the following com.github.joniles : rtfparserkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.joniles</groupId>
    <artifactId>rtfparserkit</artifactId>
    <version>1.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.joniles : rtfparserkit gradle dependency to your build.gradle file:

implementation 'com.github.joniles:rtfparserkit:1.16.0'

Gradle Kotlin DSL: Add the following com.github.joniles : rtfparserkit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.joniles:rtfparserkit:1.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.joniles : rtfparserkit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.joniles" % "rtfparserkit" % "1.16.0"

Advertisement