is not current version
Last Version 2.4.6

org.epics:jca 2.3.6

JCA is an EPICS Channel Access library for Java. For more information concerning EPICS or Channel Access please refer to the <a href="http://www.aps.anl.gov/epics">EPICS Web pages</a> or read the <a href="http://www.aps.anl.gov/epics/base/R3-14/8-docs/CAref.html">Channel Access manual (3.14)</a>. <p>This page does not provide any native JNI libraries used by JNI implemenation of JCA, they can be obtained from <a href="http://www.aps.anl.gov/bcda/jca/jca/">EPICS JCA page</a> or built from source distribution.</p> <p>In June 2004 CosyLab agreed to become the "official" maintainer of JCA.</p>

GroupId

GroupId

org.epics
ArtifactId

ArtifactId

jca
Version

Version

2.3.6
Type

Type

jar

Download jca 2.3.6


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