Download tapestry-url-rewriter-2.0.0.jar file - Jar t

Jar examples for t:tapestry-url-rewriter

Description

The old URL rewriter API that was deprecated in Tapestry 5.2 and removed in Tapestry 5.3. Since tapestry-url-rewriter 2.0.0, the outgoing URL rewrite (Link rewrite) was removed, leaving just the incoming URL rewrite support.

You can download jar file tapestry-url-rewriter 2.0.0 in this page.

License

Apache 2

Build File

You can use the following script to add tapestry-url-rewriter-2.0.0.jar to your project.

<dependency>
   <groupId>br.com.arsmachina</groupId>
   <artifactId>tapestry-url-rewriter</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'br.com.arsmachina', name: 'tapestry-url-rewriter', version: '2.0.0'
libraryDependencies += "br.com.arsmachina" % "tapestry-url-rewriter" % "2.0.0"
<dependency org="br.com.arsmachina" name="tapestry-url-rewriter" rev="2.0.0"/>
@Grapes(@Grab(group='br.com.arsmachina', module='tapestry-url-rewriter', version='2.0.0'))
'br.com.arsmachina:tapestry-url-rewriter:jar:2.0.0'

Download

Click the following link to download the jar file.

tapestry-url-rewriter-2.0.0-javadoc.jar
tapestry-url-rewriter-2.0.0-sources.jar
tapestry-url-rewriter-2.0.0.jar
tapestry-url-rewriter-2.0.0.pom



Related Tutorials