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

This page does not provide any native JNI libraries used by JNI implemenation of JCA, they can be obtained from EPICS JCA page or built from source distribution.

In June 2004 CosyLab agreed to become the "official" maintainer of JCA.

" > mvncenter: org.epics:jca:2.3.6
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 page does not provide any native JNI libraries used by JNI implemenation of JCA, they can be obtained from EPICS JCA page or built from source distribution.

In June 2004 CosyLab agreed to become the "official" maintainer of JCA.

${pom.organization.url}/${pom.artifactId}
EPICS Open License
Cosylab
Matej Sekoranja
Files download
File Operation
jca-2.3.6.jar download
jca-2.3.6.pom download
jca-2.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.epics</groupId>
  <artifactId>jca</artifactId>
  <version>2.3.6</version>
</dependency>
Gradle Groovy
implementation 'org.epics:jca:2.3.6'
Gradle Kotlin
implementation("org.epics:jca:2.3.6")
Scala SBT
libraryDependencies += "org.epics" % "jca" % "2.3.6"
Groovy Grape
@Grapes(
  @Grab(group='org.epics', module='jca', version='2.3.6')
)
Apache Ivy
<dependency org="org.epics" name="jca" rev="2.3.6" />
Leiningen
[org.epics/jca "2.3.6"]
Apache Buildr
'org.epics:jca:jar:2.3.6'
Dependencies