EPICS Web pages or read the Channel Access manual (3.14).

This module also includes CAJ, A 100% pure Java implementation of the EPICS Channel Access library.

" > mvncenter: org.epics:jca:2.4.4-j8
j

jca

JCA is an EPICS Channel Access library for Java. For more information concerning EPICS or Channel Access please refer to the EPICS Web pages or read the Channel Access manual (3.14).

This module also includes CAJ, A 100% pure Java implementation of the EPICS Channel Access library.

https://github.com/epics-base/jca
EPICS
Matej Sekoranja Kunal Shroff
Files download
File Operation
jca-2.4.4-j8.jar download
jca-2.4.4-j8.pom download
jca-2.4.4-j8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.epics</groupId>
  <artifactId>jca</artifactId>
  <version>2.4.4-j8</version>
</dependency>
Gradle Groovy
implementation 'org.epics:jca:2.4.4-j8'
Gradle Kotlin
implementation("org.epics:jca:2.4.4-j8")
Scala SBT
libraryDependencies += "org.epics" % "jca" % "2.4.4-j8"
Groovy Grape
@Grapes(
  @Grab(group='org.epics', module='jca', version='2.4.4-j8')
)
Apache Ivy
<dependency org="org.epics" name="jca" rev="2.4.4-j8" />
Leiningen
[org.epics/jca "2.4.4-j8"]
Apache Buildr
'org.epics:jca:jar:2.4.4-j8'