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