Java Channel Access client and server API and a pure java implementation for both.
Latest release
The jca artifacts are hosted on maven centeral and can be downloaded from https://mvnrepository.com/artifact/org.epics/jca
You can also directly download the jca jars along with their sources and javadocs from
jca-2.4.8 jars
The javadocs are also available online:
jca-2.4.8-javadocs
Development Release
You can also download the lastest development snapshots from the sonatype snapshot repository
Download jca-2.4.9-SNAPSHOT jars
or add the sonatype repository to your pom
<!-- Explicitly declare snapshot repository -->
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>OSS Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.epics</groupId>
<artifactId>jca</artifactId>
<version>2.4.9-SNAPSHOT</version>
</dependency>
</dependencies>
Archived Release
Older released of jca are archived here
Clone the Git repository and run a Maven install
in the top directory.
$ git clone https://github.com/epics-base/jca.git
$ cd jca
$ mvn install
The BasicExamples shows a simple example on how to connect, read, write, and monitor a pv.