MVN

org.glassfish.pfl : pfl-tf

Maven & Gradle

Feb 14, 2021
24 usages
4 stars

PFL TF

<dependency>
    <groupId>org.glassfish.pfl</groupId>
    <artifactId>pfl-tf</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.pfl : pfl-tf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of org.glassfish.pfl : pfl-tf to add to Maven or Gradle - All Versions:

  • Version Updated
  • pfl-tf-4.1.2

    Feb 13, 2021
  • pfl-tf-4.1.1

    Jun 22, 2020
  • pfl-tf-4.1.0

    Mar 24, 2019
  • pfl-tf-4.0.1

    Dec 28, 2018
  • pfl-tf-4.0.1-b003

    Jun 06, 2018
  • pfl-tf-4.0.1-b002

    Aug 17, 2017
  • pfl-tf-4.0.1-b001

    Jul 18, 2017
  • pfl-tf-4.0.0

    Jul 18, 2017
  • pfl-tf-4.0.0-b009

    May 19, 2017
  • pfl-tf-4.0.0-b008

    May 04, 2017
  • pfl-tf-4.0.0-b007

    Mar 05, 2017
  • pfl-tf-4.0.0-b006

    Mar 03, 2017
  • pfl-tf-4.0.0-b005

    Mar 01, 2017
  • pfl-tf-4.0.0-b004

    Dec 27, 2013
  • pfl-tf-4.0.0-b003

    Mar 13, 2013
  • pfl-tf-3.2.0-b001

    Aug 03, 2011
  • pfl-tf-1.0.0-b001

    Aug 03, 2011

How to add a dependency to Maven

Add the following org.glassfish.pfl : pfl-tf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.pfl</groupId>
    <artifactId>pfl-tf</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.pfl : pfl-tf gradle dependency to your build.gradle file:

implementation 'org.glassfish.pfl:pfl-tf:4.1.2'

Gradle Kotlin DSL: Add the following org.glassfish.pfl : pfl-tf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.pfl:pfl-tf:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.pfl : pfl-tf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.pfl" % "pfl-tf" % "4.1.2"