f

flexy-tests

The flexible pool tests module
Files download
File Operation
flexy-tests-2.2.3.pom download
Apache Maven
<dependency>
  <groupId>com.vladmihalcea.flexy-pool</groupId>
  <artifactId>flexy-tests</artifactId>
  <version>2.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vladmihalcea.flexy-pool:flexy-tests:2.2.3'
Gradle Kotlin
implementation("com.vladmihalcea.flexy-pool:flexy-tests:2.2.3")
Scala SBT
libraryDependencies += "com.vladmihalcea.flexy-pool" % "flexy-tests" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.vladmihalcea.flexy-pool', module='flexy-tests', version='2.2.3')
)
Apache Ivy
<dependency org="com.vladmihalcea.flexy-pool" name="flexy-tests" rev="2.2.3" />
Leiningen
[com.vladmihalcea.flexy-pool/flexy-tests "2.2.3"]
Apache Buildr
'com.vladmihalcea.flexy-pool:flexy-tests:jar:2.2.3'