MVN

org.apache.tapestry : tapestry-core

Maven & Gradle

Jul 13, 2023
143 usages

tapestry-core

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

Latest Version

Choose a version of org.apache.tapestry : tapestry-core 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-core to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement