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