MVN

org.codehaus.fabric3 : fabric3-thread-pool

Maven & Gradle

Aug 14, 2013
9 usages
26 stars

Fabric3 Thread Pool Core Module · Provides work scheduling

<dependency>
    <groupId>org.codehaus.fabric3</groupId>
    <artifactId>fabric3-thread-pool</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.fabric3 : fabric3-thread-pool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of org.codehaus.fabric3 : fabric3-thread-pool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fabric3-thread-pool-2.0.1
fabric3-thread-pool-2.0.0
1.9.x
fabric3-thread-pool-1.9.6
fabric3-thread-pool-1.9.5
1.9
fabric3-thread-pool-1.9
1.8.x
fabric3-thread-pool-1.8.1
1.8
fabric3-thread-pool-1.8
1.7
fabric3-thread-pool-1.7
1.6
fabric3-thread-pool-1.6
1.5
fabric3-thread-pool-1.5
1.4
fabric3-thread-pool-1.4
1.3
fabric3-thread-pool-1.3
1.2
fabric3-thread-pool-1.2
1.1
fabric3-thread-pool-1.1
1.0
fabric3-thread-pool-1.0
0.7
fabric3-thread-pool-0.7
0.6.x
fabric3-thread-pool-0.6.5
0.6
fabric3-thread-pool-0.6

How to add a dependency to Maven

Add the following org.codehaus.fabric3 : fabric3-thread-pool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.fabric3</groupId>
    <artifactId>fabric3-thread-pool</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.fabric3 : fabric3-thread-pool gradle dependency to your build.gradle file:

implementation 'org.codehaus.fabric3:fabric3-thread-pool:2.0.1'

Gradle Kotlin DSL: Add the following org.codehaus.fabric3 : fabric3-thread-pool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.fabric3:fabric3-thread-pool:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.fabric3 : fabric3-thread-pool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.fabric3" % "fabric3-thread-pool" % "2.0.1"

Advertisement