Download jca-1.0.0.jar file - Jar j

Jar examples for j:jca

Description

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>

You can download jar file jca 1.0.0 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add jca-1.0.0.jar to your project.

<dependency>
   <groupId>jca</groupId>
   <artifactId>jca</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'jca', name: 'jca', version: '1.0.0'
libraryDependencies += "jca" % "jca" % "1.0.0"
<dependency org="jca" name="jca" rev="1.0.0"/>
@Grapes(@Grab(group='jca', module='jca', version='1.0.0'))
'jca:jca:jar:1.0.0'

Download

Click the following link to download the jar file.

jca-1.0.0.pom



Related Tutorials