| License |
License |
|---|---|
| GroupId | GroupIdorg.phoebus |
| ArtifactId | ArtifactIdapp-channel |
| Version | Version4.6.7 |
| Type | Typepom |
| Description |
DescriptionSupport for pvs with properties and tags as used by directory services
|
| Filename | Size |
|---|---|
| app-channel-4.6.7.pom | 657 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.phoebus/app-channel/ -->
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-channel</artifactId>
<version>4.6.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.phoebus/app-channel/
implementation 'org.phoebus:app-channel:4.6.7'
// https://jarcasting.com/artifacts/org.phoebus/app-channel/
implementation ("org.phoebus:app-channel:4.6.7")
'org.phoebus:app-channel:pom:4.6.7'
<dependency org="org.phoebus" name="app-channel" rev="4.6.7">
<artifact name="app-channel" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.phoebus', module='app-channel', version='4.6.7')
)
libraryDependencies += "org.phoebus" % "app-channel" % "4.6.7"
[org.phoebus/app-channel "4.6.7"]