MVN

com.tickaroo.tikxml : converter-htmlescape

Maven & Gradle

Nov 09, 2018
419 stars

String Converter that escapes html characters · A modern XML API for Android and Java

<dependency>
    <groupId>com.tickaroo.tikxml</groupId>
    <artifactId>converter-htmlescape</artifactId>
    <version>0.8.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tickaroo.tikxml : converter-htmlescape to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.15

All Versions

Choose a version of com.tickaroo.tikxml : converter-htmlescape to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
converter-htmlescape-0.8.15
converter-htmlescape-0.8.13

How to add a dependency to Maven

Add the following com.tickaroo.tikxml : converter-htmlescape maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tickaroo.tikxml</groupId>
    <artifactId>converter-htmlescape</artifactId>
    <version>0.8.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tickaroo.tikxml : converter-htmlescape gradle dependency to your build.gradle file:

implementation 'com.tickaroo.tikxml:converter-htmlescape:0.8.15'

Gradle Kotlin DSL: Add the following com.tickaroo.tikxml : converter-htmlescape gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tickaroo.tikxml:converter-htmlescape:0.8.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tickaroo.tikxml : converter-htmlescape sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tickaroo.tikxml" % "converter-htmlescape" % "0.8.15"