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