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