文件下载
文件名 操作
phloc-web-5.8.8.jar 下载
phloc-web-5.8.8.pom 下载
phloc-web-5.8.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.phloc</groupId>
  <artifactId>phloc-web</artifactId>
  <version>5.8.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.phloc:phloc-web:5.8.8'
Gradle Kotlin
implementation("com.phloc:phloc-web:5.8.8")
Scala SBT
libraryDependencies += "com.phloc" % "phloc-web" % "5.8.8"
Groovy Grape
@Grapes(
  @Grab(group='com.phloc', module='phloc-web', version='5.8.8')
)
Apache Ivy
<dependency org="com.phloc" name="phloc-web" rev="5.8.8" />
Leiningen
[com.phloc/phloc-web "5.8.8"]
Apache Buildr
'com.phloc:phloc-web:jar:5.8.8'