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