License |
License |
---|---|
Categories |
CategoriesTape Data Data Structures |
GroupId | GroupIdorg.apache.tapestry |
ArtifactId | ArtifactIdtutorial1 |
Last Version | Last Version5.2.6 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionTapestry 5 Tutorial
Introductory topics in Tapestry application development.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tutorial1-5.2.6.pom | |
tutorial1-5.2.6.war | 8 MB |
tutorial1-5.2.6-sources.jar | 15 KB |
tutorial1-5.2.6-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tutorial1/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tutorial1</artifactId>
<version>5.2.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tutorial1/
implementation 'org.apache.tapestry:tutorial1:5.2.6'
// https://jarcasting.com/artifacts/org.apache.tapestry/tutorial1/
implementation ("org.apache.tapestry:tutorial1:5.2.6")
'org.apache.tapestry:tutorial1:war:5.2.6'
<dependency org="org.apache.tapestry" name="tutorial1" rev="5.2.6">
<artifact name="tutorial1" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tutorial1', version='5.2.6')
)
libraryDependencies += "org.apache.tapestry" % "tutorial1" % "5.2.6"
[org.apache.tapestry/tutorial1 "5.2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tapestry : tapestry-hibernate | jar | 5.2.6 |
hsqldb : hsqldb | jar | 1.8.0.7 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.12.1 |
org.easymock : easymock | jar | 2.4 |