com.thirdpartylabs:xmlscalpel-core

XMLScalpel is a Java library that enables the efficient extraction of document fragments from XML files by byte offset.

License

License

GroupId

GroupId

com.thirdpartylabs
ArtifactId

ArtifactId

xmlscalpel-core
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

com.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

https://github.com/thirdpartylabs/XMLScalpel
Project Organization

Project Organization

Thirdparty Labs
Source Code Management

Source Code Management

https://github.com/thirdpartylabs/XMLScalpel

Download xmlscalpel-core

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.woodstox : woodstox-core jar 6.2.6

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1