не последняя версия
Последняя версия 0.0.3

com.thirdpartylabs:xmlscalpel-core 0.0.1

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

Группа

Группа

com.thirdpartylabs
Идентификатор

Идентификатор

xmlscalpel-core
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать xmlscalpel-core 0.0.1


<!-- https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/ -->
<dependency>
    <groupId>com.thirdpartylabs</groupId>
    <artifactId>xmlscalpel-core</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/
implementation 'com.thirdpartylabs:xmlscalpel-core:0.0.1'
// https://jarcasting.com/artifacts/com.thirdpartylabs/xmlscalpel-core/
implementation ("com.thirdpartylabs:xmlscalpel-core:0.0.1")
'com.thirdpartylabs:xmlscalpel-core:jar:0.0.1'
<dependency org="com.thirdpartylabs" name="xmlscalpel-core" rev="0.0.1">
  <artifact name="xmlscalpel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thirdpartylabs', module='xmlscalpel-core', version='0.0.1')
)
libraryDependencies += "com.thirdpartylabs" % "xmlscalpel-core" % "0.0.1"
[com.thirdpartylabs/xmlscalpel-core "0.0.1"]