Download tapestry-core-5.4-beta-35.jar file - Jar t

Jar examples for t:tapestry-core

Description

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

You can download jar file tapestry-core 5.4-beta-35 in this page.

Build File

You can use the following script to add tapestry-core-5.4-beta-35.jar to your project.

<dependency>
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-core</artifactId>
   <version>5.4-beta-35</version>
</dependency>
compile group: 'org.apache.tapestry', name: 'tapestry-core', version: '5.4-beta-35'
libraryDependencies += "org.apache.tapestry" % "tapestry-core" % "5.4-beta-35"
<dependency org="org.apache.tapestry" name="tapestry-core" rev="5.4-beta-35"/>
@Grapes(@Grab(group='org.apache.tapestry', module='tapestry-core', version='5.4-beta-35'))
'org.apache.tapestry:tapestry-core:jar:5.4-beta-35'

Download

Click the following link to download the jar file.

tapestry-core-5.4-beta-35-sources.jar
tapestry-core-5.4-beta-35.jar
tapestry-core-5.4-beta-35.pom



Related Tutorials