is not current version
Last Version 3.5.0

org.appfuse:appfuse-tapestry 2.0.2

Tapestry Module for AppFuse: includes Tapestry with Spring and Flash messages support. Include this module in your dependencies if you want to use Tapestry as your web framework.

Categories

Categories

Tape Data Data Structures
GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-tapestry
Version

Version

2.0.2
Type

Type

war

Download appfuse-tapestry 2.0.2


<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-tapestry/ -->
<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse-tapestry</artifactId>
    <version>2.0.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-tapestry/
implementation 'org.appfuse:appfuse-tapestry:2.0.2'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-tapestry/
implementation ("org.appfuse:appfuse-tapestry:2.0.2")
'org.appfuse:appfuse-tapestry:war:2.0.2'
<dependency org="org.appfuse" name="appfuse-tapestry" rev="2.0.2">
  <artifact name="appfuse-tapestry" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-tapestry', version='2.0.2')
)
libraryDependencies += "org.appfuse" % "appfuse-tapestry" % "2.0.2"
[org.appfuse/appfuse-tapestry "2.0.2"]