| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Tape Данные Data Structures |
| Группа | Группаnet.sourceforge.tapestryxpath |
| Идентификатор | Идентификаторtapestry-xpath |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTapestry XPath
Allows you to query the Tapestry DOM using XPath
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| tapestry-xpath-1.0.1.pom | |
| tapestry-xpath-1.0.1.jar | 10 KB |
| tapestry-xpath-1.0.1-sources.jar | 5 KB |
| tapestry-xpath-1.0.1-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.tapestryxpath/tapestry-xpath/ -->
<dependency>
<groupId>net.sourceforge.tapestryxpath</groupId>
<artifactId>tapestry-xpath</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tapestryxpath/tapestry-xpath/
implementation 'net.sourceforge.tapestryxpath:tapestry-xpath:1.0.1'
// https://jarcasting.com/artifacts/net.sourceforge.tapestryxpath/tapestry-xpath/
implementation ("net.sourceforge.tapestryxpath:tapestry-xpath:1.0.1")
'net.sourceforge.tapestryxpath:tapestry-xpath:jar:1.0.1'
<dependency org="net.sourceforge.tapestryxpath" name="tapestry-xpath" rev="1.0.1">
<artifact name="tapestry-xpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tapestryxpath', module='tapestry-xpath', version='1.0.1')
)
libraryDependencies += "net.sourceforge.tapestryxpath" % "tapestry-xpath" % "1.0.1"
[net.sourceforge.tapestryxpath/tapestry-xpath "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jaxen : jaxen | jar | 1.1.1 |
| org.apache.tapestry : tapestry-core | jar | 5.1.0.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.tapestry : tapestry-test | jar | 5.1.0.5 |
| javax.servlet : servlet-api | jar | 2.4 |
| junit : junit | jar | 4.7 |