License |
License
MIT
|
---|---|
GroupId | GroupIdtech.navicore |
ArtifactId | ArtifactIdnavixpath |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontech.navicore:navixpath
A lib to access XML via XPath
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
navixpath-1.0.0.pom | |
navixpath-1.0.0.jar | 424 KB |
navixpath-1.0.0-sources.jar | 574 KB |
navixpath-1.0.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.navicore/navixpath/ -->
<dependency>
<groupId>tech.navicore</groupId>
<artifactId>navixpath</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.navicore/navixpath/
implementation 'tech.navicore:navixpath:1.0.0'
// https://jarcasting.com/artifacts/tech.navicore/navixpath/
implementation ("tech.navicore:navixpath:1.0.0")
'tech.navicore:navixpath:jar:1.0.0'
<dependency org="tech.navicore" name="navixpath" rev="1.0.0">
<artifact name="navixpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.navicore', module='navixpath', version='1.0.0')
)
libraryDependencies += "tech.navicore" % "navixpath" % "1.0.0"
[tech.navicore/navixpath "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |