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