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

com.toomuchcoding.xmlassert:xmlassert 0.0.1

Small library for those who have a hard time understanding the complexity of XPath

Группа

Группа

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

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

xmlassert
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать xmlassert 0.0.1


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