MVN

org.apache.tapestry : plastic

Maven & Gradle

Jul 13, 2023
9 usages

plastic

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

Latest Version

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

Version Vulnerabilities Updated
5.8.x
plastic-5.8.3
plastic-5.8.2
plastic-5.8.1
plastic-5.8.0
5.7.x
plastic-5.7.3
plastic-5.7.2
plastic-5.7.1
plastic-5.7.0
5.6.x
plastic-5.6.4
plastic-5.6.3
plastic-5.6.2
plastic-5.6.1
plastic-5.6.0
5.5.x
plastic-5.5.0
plastic-5.5.0-beta-3
5.4.x
plastic-5.4.5
plastic-5.4.4
plastic-5.4.3
plastic-5.4.2
plastic-5.4.1
plastic-5.4.0
5.4
plastic-5.4-rc-1
plastic-5.4-beta-35
plastic-5.4-beta-26
plastic-5.4-beta-22
plastic-5.4-beta-6
plastic-5.4-beta-3
5.3.x
plastic-5.3.8
plastic-5.3.7
plastic-5.3.6
plastic-5.3.5
plastic-5.3.4
plastic-5.3.3
plastic-5.3.3-rc-1
plastic-5.3.2
plastic-5.3.1
plastic-5.3.0
5.3
plastic-5.3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.tapestry:plastic:5.8.3'

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

implementation("org.apache.tapestry:plastic:5.8.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.tapestry" % "plastic" % "5.8.3"

Advertisement