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