Download caj-1.1.10.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.10 in this page.

License

GNU General Public License Version 2

Build File

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

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

Download

Click the following link to download the jar file.

caj-1.1.10-javadoc.jar
caj-1.1.10-sources.jar
caj-1.1.10.jar
caj-1.1.10.pom



Related Tutorials