MVN

org.apache.tapestry : tapestry-ioc

Maven & Gradle

Jul 13, 2023
92 usages

tapestry-ioc

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

Latest Version

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement