MVN

io.github.astrapi69 : xml-extensions

Maven & Gradle

Mar 15, 2023
1 usages
3 stars

xml-extensions · Useful extensions and utilities for handle xml or transform dtd to xsd and xslt

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>xml-extensions</artifactId>
    <version>8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.astrapi69 : xml-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2

All Versions

Choose a version of io.github.astrapi69 : xml-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2
xml-extensions-8.2
8.1
xml-extensions-8.1
8
xml-extensions-8
7.6
xml-extensions-7.6
7.5
xml-extensions-7.5
7.4
xml-extensions-7.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>xml-extensions</artifactId>
    <version>8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.astrapi69 : xml-extensions gradle dependency to your build.gradle file:

implementation 'io.github.astrapi69:xml-extensions:8.2'

Gradle Kotlin DSL: Add the following io.github.astrapi69 : xml-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.astrapi69:xml-extensions:8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.astrapi69 : xml-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.astrapi69" % "xml-extensions" % "8.2"