u

util-flexypool

Files download
File Operation
util-flexypool-2.1.jar download
util-flexypool-2.1.pom download
util-flexypool-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ws.ament.hammock</groupId>
  <artifactId>util-flexypool</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'ws.ament.hammock:util-flexypool:2.1'
Gradle Kotlin
implementation("ws.ament.hammock:util-flexypool:2.1")
Scala SBT
libraryDependencies += "ws.ament.hammock" % "util-flexypool" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='ws.ament.hammock', module='util-flexypool', version='2.1')
)
Apache Ivy
<dependency org="ws.ament.hammock" name="util-flexypool" rev="2.1" />
Leiningen
[ws.ament.hammock/util-flexypool "2.1"]
Apache Buildr
'ws.ament.hammock:util-flexypool:jar:2.1'