pvAccessJava

Parent project for the EPICS Core Libraries.

License

License

GroupId

GroupId

org.epics
ArtifactId

ArtifactId

epics-pvaccess
Last Version

Last Version

5.1.6
Release Date

Release Date

Type

Type

jar
Description

Description

pvAccessJava
Parent project for the EPICS Core Libraries.
Project URL

Project URL

https://github.com/epics-base/pvAccessJava
Project Organization

Project Organization

EPICS

Download epics-pvaccess

How to add to project

<!-- https://jarcasting.com/artifacts/org.epics/epics-pvaccess/ -->
<dependency>
    <groupId>org.epics</groupId>
    <artifactId>epics-pvaccess</artifactId>
    <version>5.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics/epics-pvaccess/
implementation 'org.epics:epics-pvaccess:5.1.6'
// https://jarcasting.com/artifacts/org.epics/epics-pvaccess/
implementation ("org.epics:epics-pvaccess:5.1.6")
'org.epics:epics-pvaccess:jar:5.1.6'
<dependency org="org.epics" name="epics-pvaccess" rev="5.1.6">
  <artifact name="epics-pvaccess" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='epics-pvaccess', version='5.1.6')
)
libraryDependencies += "org.epics" % "epics-pvaccess" % "5.1.6"
[org.epics/epics-pvaccess "5.1.6"]

Dependencies

compile (2)

Group / Artifact Type Version
org.epics : epics-pvdata jar 6.1.6
org.epics : jca jar 2.4.6

test (2)

Group / Artifact Type Version
com.sun.japex : japex-maven-plugin jar 1.2.4
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

EPICS Core Java Libraries Supermodule

This is a supermodule to build, test, bundle and deploy all Java/Maven modules of the EPICS Core Libraries. It also contains the EPICS parent POM that is inherited by all modules, and provides a convenience dependency POM that can be used by other projects to depend on a matching set of the EPICS Core libraries.

Code Submodules

Maven submodules/directories/projects contain the code of EPICS Core:

  • pvDataJava
  • pvAccessJava
  • normativeTypesJava
  • epics-util
  • epics-vtype
  • gpclient

One submodule creates the distribution tar/zip archives:

  • bundleJava

One directory/project provides the dependency POM:

  • epics-core

One (dummy) directory/project deploys the libraries to Maven Central:

  • epics-deploy

example code

https://github.com/epics-base/exampleJava/

Maven Profiles

with-examples

This profile (enabled by default) adds the directories/projects bundleJava as subprojects.

Disable this profile when deploying to Maven repositories, as the artifacts of these subprojects contain applications and no libraries.

release

This profile adds GPG signing of all artifacts.

Enable this profile when releasing/deploying to Sonatype / Maven Central repositories, as Sonatype requires all uploaded artifacts to be signed.

org.epics

EPICS Base

Projects maintained by the EPICS Core Developers group

Versions

Version
5.1.6
5.1.5
5.1.4-j8
5.1.4
5.1.3
5.1.2
5.1.1
5.0.2
5.0.1
5.0.0