MVN

io.foldright : cffu-ttl-executor-wrapper

Maven & Gradle

Aug 09, 2023
135 stars

cffu executor wrapper provider for TTL · ${project.name}

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu-ttl-executor-wrapper</artifactId>
    <version>0.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.foldright : cffu-ttl-executor-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.8

All Versions

Choose a version of io.foldright : cffu-ttl-executor-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
cffu-ttl-executor-wrapper-0.9.8
cffu-ttl-executor-wrapper-0.9.7
cffu-ttl-executor-wrapper-0.9.6
cffu-ttl-executor-wrapper-0.9.5
cffu-ttl-executor-wrapper-0.9.4

How to add a dependency to Maven

Add the following io.foldright : cffu-ttl-executor-wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu-ttl-executor-wrapper</artifactId>
    <version>0.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.foldright : cffu-ttl-executor-wrapper gradle dependency to your build.gradle file:

implementation 'io.foldright:cffu-ttl-executor-wrapper:0.9.8'

Gradle Kotlin DSL: Add the following io.foldright : cffu-ttl-executor-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.foldright:cffu-ttl-executor-wrapper:0.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.foldright : cffu-ttl-executor-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.foldright" % "cffu-ttl-executor-wrapper" % "0.9.8"