License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.oowekyala.ooxml |
ArtifactId | ArtifactIdnice-xml-messages |
Version | Version3 |
Type | Typejar |
Description |
DescriptionNice 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nice-xml-messages-3.pom | |
nice-xml-messages-3.jar | 47 KB |
nice-xml-messages-3-sources.jar | 44 KB |
nice-xml-messages-3-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oowekyala.ooxml/nice-xml-messages/ -->
<dependency>
<groupId>com.github.oowekyala.ooxml</groupId>
<artifactId>nice-xml-messages</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oowekyala.ooxml/nice-xml-messages/
implementation 'com.github.oowekyala.ooxml:nice-xml-messages:3'
// https://jarcasting.com/artifacts/com.github.oowekyala.ooxml/nice-xml-messages/
implementation ("com.github.oowekyala.ooxml:nice-xml-messages:3")
'com.github.oowekyala.ooxml:nice-xml-messages:jar:3'
<dependency org="com.github.oowekyala.ooxml" name="nice-xml-messages" rev="3">
<artifact name="nice-xml-messages" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oowekyala.ooxml', module='nice-xml-messages', version='3')
)
libraryDependencies += "com.github.oowekyala.ooxml" % "nice-xml-messages" % "3"
[com.github.oowekyala.ooxml/nice-xml-messages "3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.33 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.platform : junit-platform-commons | jar | 1.8.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.5.0 |
org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.0 |
io.kotest : kotest-runner-junit5-jvm | jar | 5.1.0 |