Download caj-1.1.14.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.14 in this page.

License

GNU General Public License Version 2

Build File

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

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

Download

Click the following link to download the jar file.

caj-1.1.14-javadoc.jar
caj-1.1.14-sources.jar
caj-1.1.14.jar
caj-1.1.14.pom



Related Tutorials