| License |
License |
|---|---|
| GroupId | GroupIdcom.thirdpartylabs |
| ArtifactId | ArtifactIdxmlscalpel-core |
| Version | Version0.0.3 |
| Type | Typejar |
| Description |
Descriptioncom.thirdpartylabs:xmlscalpel-core
XMLScalpel is a Java library that enables the efficient extraction of document fragments from XML files
by byte offset.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xmlscalpel-core-0.0.3.pom | |
| xmlscalpel-core-0.0.3.jar | 18 KB |
| xmlscalpel-core-0.0.3-sources.jar | 20 KB |
| xmlscalpel-core-0.0.3-javadoc.jar | 454 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/ -->
<dependency>
<groupId>com.thirdpartylabs</groupId>
<artifactId>xmlscalpel-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/
implementation 'com.thirdpartylabs:xmlscalpel-core:0.0.3'
// https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/
implementation ("com.thirdpartylabs:xmlscalpel-core:0.0.3")
'com.thirdpartylabs:xmlscalpel-core:jar:0.0.3'
<dependency org="com.thirdpartylabs" name="xmlscalpel-core" rev="0.0.3">
<artifact name="xmlscalpel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thirdpartylabs', module='xmlscalpel-core', version='0.0.3')
)
libraryDependencies += "com.thirdpartylabs" % "xmlscalpel-core" % "0.0.3"
[com.thirdpartylabs/xmlscalpel-core "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.woodstox : woodstox-core | jar | 6.2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | RELEASE |