MVN

org.got5 : tapestry5-angular2

Maven & Gradle

Jun 24, 2016

Tapestry Angular2 Library · This Tapestry library provides a collections of components and mixin that ease the use of Angular2 framework.

<dependency>
    <groupId>org.got5</groupId>
    <artifactId>tapestry5-angular2</artifactId>
    <version>0.1.0-beta-17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.got5 : tapestry5-angular2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-beta-17
  • Latest Beta: 0.1.0-beta-17

All Versions

Choose a version of org.got5 : tapestry5-angular2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
tapestry5-angular2-0.1.0-beta-17
tapestry5-angular2-0.1.0-beta-2

How to add a dependency to Maven

Add the following org.got5 : tapestry5-angular2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.got5</groupId>
    <artifactId>tapestry5-angular2</artifactId>
    <version>0.1.0-beta-17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.got5 : tapestry5-angular2 gradle dependency to your build.gradle file:

implementation 'org.got5:tapestry5-angular2:0.1.0-beta-17'

Gradle Kotlin DSL: Add the following org.got5 : tapestry5-angular2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.got5:tapestry5-angular2:0.1.0-beta-17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.got5 : tapestry5-angular2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.got5" % "tapestry5-angular2" % "0.1.0-beta-17"

Advertisement