MVN

com.github.oowekyala.ooxml : nice-xml-messages

Maven & Gradle

Jul 12, 2022
0 stars

Nice XML messages · Associates XML DOM nodes to their position in source, to enrich error messages. This builds on top of the standard org.w3c.dom API. Should probably not be used in performance critical code, but can hopefully cleanup reporting logic in places where user-friendly messages are important.

<dependency>
    <groupId>com.github.oowekyala.ooxml</groupId>
    <artifactId>nice-xml-messages</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.oowekyala.ooxml : nice-xml-messages to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of com.github.oowekyala.ooxml : nice-xml-messages to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
nice-xml-messages-3.1
3
nice-xml-messages-3
2.0
nice-xml-messages-2.0
1.0
nice-xml-messages-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.oowekyala.ooxml</groupId>
    <artifactId>nice-xml-messages</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.oowekyala.ooxml : nice-xml-messages gradle dependency to your build.gradle file:

implementation 'com.github.oowekyala.ooxml:nice-xml-messages:3.1'

Gradle Kotlin DSL: Add the following com.github.oowekyala.ooxml : nice-xml-messages gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.oowekyala.ooxml:nice-xml-messages:3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.oowekyala.ooxml : nice-xml-messages sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.oowekyala.ooxml" % "nice-xml-messages" % "3.1"

Advertisement