| Категории |
КатегорииTape Данные Data Structures |
|---|---|
| Группа | Группаorg.apache.tapestry |
| Идентификатор | Идентификаторtapestry-test |
| Версия | Версия5.1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tapestry-test-5.1.0.1.pom | |
| tapestry-test-5.1.0.1.jar | 435 KB |
| tapestry-test-5.1.0.1-sources.jar | 430 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-test/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<version>5.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-test/
implementation 'org.apache.tapestry:tapestry-test:5.1.0.1'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-test/
implementation ("org.apache.tapestry:tapestry-test:5.1.0.1")
'org.apache.tapestry:tapestry-test:jar:5.1.0.1'
<dependency org="org.apache.tapestry" name="tapestry-test" rev="5.1.0.1">
<artifact name="tapestry-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-test', version='5.1.0.1')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-test" % "5.1.0.1"
[org.apache.tapestry/tapestry-test "5.1.0.1"]