| License | License | 
|---|---|
| Categories | CategoriesUtility General Purpose Libraries | 
| GroupId | GroupIdorg.phoebus | 
| ArtifactId | ArtifactIdapp-utility | 
| Last Version | Last Version4.6.7 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionA framework and set of tools to monitor and operate large scale control systems, such as the ones in the accelerator community. | 
| Filename | Size | 
|---|---|
| app-utility-4.6.7.pom | 578 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.phoebus/app-utility/ -->
<dependency>
    <groupId>org.phoebus</groupId>
    <artifactId>app-utility</artifactId>
    <version>4.6.7</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.phoebus/app-utility/
implementation 'org.phoebus:app-utility:4.6.7'// https://jarcasting.com/artifacts/org.phoebus/app-utility/
implementation ("org.phoebus:app-utility:4.6.7")'org.phoebus:app-utility:pom:4.6.7'<dependency org="org.phoebus" name="app-utility" rev="4.6.7">
  <artifact name="app-utility" type="pom" />
</dependency>@Grapes(
@Grab(group='org.phoebus', module='app-utility', version='4.6.7')
)libraryDependencies += "org.phoebus" % "app-utility" % "4.6.7"[org.phoebus/app-utility "4.6.7"]