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