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