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