License |
License
GNU General Public License 2 with the Classpath Exception
|
---|---|
GroupId | GroupIdorg.epics |
ArtifactId | ArtifactIdpvmanager |
Version | Version2.9.0 |
Type | Typepom |
Description |
Descriptionpvmanager
A library to create well behaved clients for aggregating and processing
real-time live data.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pvmanager-2.9.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.epics/pvmanager/ -->
<dependency>
<groupId>org.epics</groupId>
<artifactId>pvmanager</artifactId>
<version>2.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.epics/pvmanager/
implementation 'org.epics:pvmanager:2.9.0'
// https://jarcasting.com/artifacts/org.epics/pvmanager/
implementation ("org.epics:pvmanager:2.9.0")
'org.epics:pvmanager:pom:2.9.0'
<dependency org="org.epics" name="pvmanager" rev="2.9.0">
<artifact name="pvmanager" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='pvmanager', version='2.9.0')
)
libraryDependencies += "org.epics" % "pvmanager" % "2.9.0"
[org.epics/pvmanager "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.epics : epics-util | jar | 0.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.8.5 |
junit : junit-dep | jar | 4.8.2 |