MVN

com.flowlogix : tapestry-services

Maven & Gradle

Aug 02, 2012

Flow Logix Tapestry Services · Flow Logix Utility Library for Tapestry

<dependency>
    <groupId>com.flowlogix</groupId>
    <artifactId>tapestry-services</artifactId>
    <version>0.9-obsolete</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flowlogix : tapestry-services to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9-obsolete

All Versions

Choose a version of com.flowlogix : tapestry-services to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
tapestry-services-0.9-obsolete
0.8.x
tapestry-services-0.8.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.flowlogix</groupId>
    <artifactId>tapestry-services</artifactId>
    <version>0.9-obsolete</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.flowlogix:tapestry-services:0.9-obsolete'

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

implementation("com.flowlogix:tapestry-services:0.9-obsolete")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.flowlogix" % "tapestry-services" % "0.9-obsolete"