Download caj-1.1.13.jar file - Jar c

Jar examples for c:caj

Description

100% pure Java implementation of the EPICS Channel Access library.

You can download jar file caj 1.1.13 in this page.

License

GNU General Public License Version 2

Build File

You can use the following script to add caj-1.1.13.jar to your project.

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

Download

Click the following link to download the jar file.

caj-1.1.13-javadoc.jar
caj-1.1.13-sources.jar
caj-1.1.13.jar
caj-1.1.13.pom



Related Tutorials