| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdorg.epics | 
| ArtifactId | ArtifactIdepics-pvdata | 
| Last Version | Last Version6.1.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionpvDataJava Parent project for the EPICS Core Libraries. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| epics-pvdata-6.1.6.pom | |
| epics-pvdata-6.1.6.jar | 289 KB | 
| epics-pvdata-6.1.6-sources.jar | 212 KB | 
| epics-pvdata-6.1.6-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.epics/epics-pvdata/ -->
<dependency>
    <groupId>org.epics</groupId>
    <artifactId>epics-pvdata</artifactId>
    <version>6.1.6</version>
</dependency>// https://jarcasting.com/artifacts/org.epics/epics-pvdata/
implementation 'org.epics:epics-pvdata:6.1.6'// https://jarcasting.com/artifacts/org.epics/epics-pvdata/
implementation ("org.epics:epics-pvdata:6.1.6")'org.epics:epics-pvdata:jar:6.1.6'<dependency org="org.epics" name="epics-pvdata" rev="6.1.6">
  <artifact name="epics-pvdata" type="jar" />
</dependency>@Grapes(
@Grab(group='org.epics', module='epics-pvdata', version='6.1.6')
)libraryDependencies += "org.epics" % "epics-pvdata" % "6.1.6"[org.epics/epics-pvdata "6.1.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.epics : epics-util | jar | 1.0.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| junit : junit | jar | 4.12 |