MVN

com.xfyre : tapestry5-xtensions

Maven & Gradle

Sep 06, 2018
13 stars

Tapestry 5 Extensions · Collection of Tapestry 5 components and mixins written to enhance overall UX and Twitter Bootstrap integration

<dependency>
    <groupId>com.xfyre</groupId>
    <artifactId>tapestry5-xtensions</artifactId>
    <version>0.98</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xfyre : tapestry5-xtensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.98

All Versions

Choose a version of com.xfyre : tapestry5-xtensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.98
tapestry5-xtensions-0.98
0.92
tapestry5-xtensions-0.92-RELEASE

How to add a dependency to Maven

Add the following com.xfyre : tapestry5-xtensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xfyre</groupId>
    <artifactId>tapestry5-xtensions</artifactId>
    <version>0.98</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xfyre : tapestry5-xtensions gradle dependency to your build.gradle file:

implementation 'com.xfyre:tapestry5-xtensions:0.98'

Gradle Kotlin DSL: Add the following com.xfyre : tapestry5-xtensions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xfyre:tapestry5-xtensions:0.98")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xfyre : tapestry5-xtensions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xfyre" % "tapestry5-xtensions" % "0.98"

Advertisement