| License |
License |
|---|---|
| GroupId | GroupIdru.dmerkushov |
| ArtifactId | ArtifactIdxml-helper |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxml-helper
A set of tools slightly simplifying the use of org.w3c.dom.Document and XPath expressions.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| xml-helper-1.5.0.pom | |
| xml-helper-1.5.0.jar | 5 KB |
| xml-helper-1.5.0-sources.jar | 2 KB |
| xml-helper-1.5.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.dmerkushov/xml-helper/ -->
<dependency>
<groupId>ru.dmerkushov</groupId>
<artifactId>xml-helper</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.dmerkushov/xml-helper/
implementation 'ru.dmerkushov:xml-helper:1.5.0'
// https://jarcasting.com/artifacts/ru.dmerkushov/xml-helper/
implementation ("ru.dmerkushov:xml-helper:1.5.0")
'ru.dmerkushov:xml-helper:jar:1.5.0'
<dependency org="ru.dmerkushov" name="xml-helper" rev="1.5.0">
<artifact name="xml-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.dmerkushov', module='xml-helper', version='1.5.0')
)
libraryDependencies += "ru.dmerkushov" % "xml-helper" % "1.5.0"
[ru.dmerkushov/xml-helper "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |