MVN

com.github.robtimus : obfuscation-xml

Maven & Gradle

Dec 27, 2022
2 stars

obfuscation-xml · Provides functionality for obfuscating XML

<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>obfuscation-xml</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.robtimus : obfuscation-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.github.robtimus : obfuscation-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
obfuscation-xml-1.3
1.2
obfuscation-xml-1.2
1.1.x
obfuscation-xml-1.1.1
1.1
obfuscation-xml-1.1
1.0
obfuscation-xml-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>obfuscation-xml</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.robtimus : obfuscation-xml gradle dependency to your build.gradle file:

implementation 'com.github.robtimus:obfuscation-xml:1.3'

Gradle Kotlin DSL: Add the following com.github.robtimus : obfuscation-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.robtimus:obfuscation-xml:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.robtimus : obfuscation-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.robtimus" % "obfuscation-xml" % "1.3"

Advertisement