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