| Лицензия |
Лицензия
MIT License
|
|---|---|
| Группа | Группаcom.nkutsche |
| Идентификатор | Идентификаторxpath-model |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXPath Model
This project contains an XPath parser and creates an XML model from it. The model can be used to make deeper analyzis, convert or serialize the expression to normalize XPath expressions.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xpath-model-1.0.0.pom | |
| xpath-model-1.0.0.jar | 119 KB |
| xpath-model-1.0.0-src.zip | 115 KB |
| xpath-model-1.0.0-sources.jar | 116 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nkutsche/xpath-model/ -->
<dependency>
<groupId>com.nkutsche</groupId>
<artifactId>xpath-model</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nkutsche/xpath-model/
implementation 'com.nkutsche:xpath-model:1.0.0'
// https://jarcasting.com/artifacts/com.nkutsche/xpath-model/
implementation ("com.nkutsche:xpath-model:1.0.0")
'com.nkutsche:xpath-model:jar:1.0.0'
<dependency org="com.nkutsche" name="xpath-model" rev="1.0.0">
<artifact name="xpath-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nkutsche', module='xpath-model', version='1.0.0')
)
libraryDependencies += "com.nkutsche" % "xpath-model" % "1.0.0"
[com.nkutsche/xpath-model "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.saxon : Saxon-HE | jar | 10.6 |