MVN

org.apache.tapestry : tapestry-spring

Maven & Gradle

Jul 13, 2023
7 usages

tapestry-spring

<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>tapestry-spring</artifactId>
    <version>5.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tapestry : tapestry-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.3
  • Latest Release Candidate: 5.4-rc-1
  • Latest Beta: 5.5.0-beta-3

All Versions

Choose a version of org.apache.tapestry : tapestry-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8.x
tapestry-spring-5.8.3
tapestry-spring-5.8.2
tapestry-spring-5.8.1
tapestry-spring-5.8.0
5.7.x
tapestry-spring-5.7.3
tapestry-spring-5.7.2
tapestry-spring-5.7.1
tapestry-spring-5.7.0
5.6.x
tapestry-spring-5.6.4
tapestry-spring-5.6.3
tapestry-spring-5.6.2
tapestry-spring-5.6.1
tapestry-spring-5.6.0
5.5.x
tapestry-spring-5.5.0
tapestry-spring-5.5.0-beta-3
5.4.x
tapestry-spring-5.4.5
tapestry-spring-5.4.4
tapestry-spring-5.4.3
tapestry-spring-5.4.2
tapestry-spring-5.4.1
tapestry-spring-5.4.0
5.4
tapestry-spring-5.4-rc-1
tapestry-spring-5.4-beta-35
tapestry-spring-5.4-beta-26
tapestry-spring-5.4-beta-22
tapestry-spring-5.4-beta-6
tapestry-spring-5.4-beta-3
5.3.x
tapestry-spring-5.3.8
tapestry-spring-5.3.7
tapestry-spring-5.3.6
tapestry-spring-5.3.5
tapestry-spring-5.3.4
tapestry-spring-5.3.3
tapestry-spring-5.3.3-rc-1
tapestry-spring-5.3.2
tapestry-spring-5.3.1
tapestry-spring-5.3.0
5.3
tapestry-spring-5.3
5.2.x
tapestry-spring-5.2.6
tapestry-spring-5.2.5
tapestry-spring-5.2.4
tapestry-spring-5.2.2
tapestry-spring-5.2.1
tapestry-spring-5.2.0
5.1.x
tapestry-spring-5.1.0.5
tapestry-spring-5.1.0.4
tapestry-spring-5.1.0.3
tapestry-spring-5.1.0.2
tapestry-spring-5.1.0.1
tapestry-spring-5.1.0.0
5.0.x
tapestry-spring-5.0.19
tapestry-spring-5.0.18
tapestry-spring-5.0.17
tapestry-spring-5.0.16
tapestry-spring-5.0.15
tapestry-spring-5.0.14
tapestry-spring-5.0.13
tapestry-spring-5.0.12
tapestry-spring-5.0.11
tapestry-spring-5.0.10
tapestry-spring-5.0.9
tapestry-spring-5.0.7
tapestry-spring-5.0.6
tapestry-spring-5.0.5
tapestry-spring-5.0.4
tapestry-spring-5.0.3

How to add a dependency to Maven

Add the following org.apache.tapestry : tapestry-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>tapestry-spring</artifactId>
    <version>5.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tapestry : tapestry-spring gradle dependency to your build.gradle file:

implementation 'org.apache.tapestry:tapestry-spring:5.8.3'

Gradle Kotlin DSL: Add the following org.apache.tapestry : tapestry-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tapestry:tapestry-spring:5.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tapestry : tapestry-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tapestry" % "tapestry-spring" % "5.8.3"

Advertisement