MVN

tapestry : tapestry-portlet

Maven & Gradle

Apr 13, 2006
<dependency>
    <groupId>tapestry</groupId>
    <artifactId>tapestry-portlet</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tapestry : tapestry-portlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2
  • Latest Release Candidate: 4.0-rc-3
  • Latest Beta: 4.0-beta-13
  • Latest Alpha: 4.0-alpha-3

All Versions

Choose a version of tapestry : tapestry-portlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
tapestry-portlet-4.0.2
tapestry-portlet-4.0.1
4.0
tapestry-portlet-4.0
tapestry-portlet-4.0-rc-3
tapestry-portlet-4.0-rc-2
tapestry-portlet-4.0-rc-1
tapestry-portlet-4.0-beta-13
tapestry-portlet-4.0-beta-12
tapestry-portlet-4.0-beta-11
tapestry-portlet-4.0-beta-10
tapestry-portlet-4.0-beta-9
tapestry-portlet-4.0-beta-8
tapestry-portlet-4.0-beta-7
tapestry-portlet-4.0-beta-6
tapestry-portlet-4.0-beta-5
tapestry-portlet-4.0-beta-4
tapestry-portlet-4.0-beta-3
tapestry-portlet-4.0-beta-2
tapestry-portlet-4.0-beta-1
tapestry-portlet-4.0-alpha-3
tapestry-portlet-4.0-alpha-2

How to add a dependency to Maven

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

<dependency>
    <groupId>tapestry</groupId>
    <artifactId>tapestry-portlet</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tapestry:tapestry-portlet:4.0.2'

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

implementation("tapestry:tapestry-portlet:4.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "tapestry" % "tapestry-portlet" % "4.0.2"

Advertisement