License |
License
GNU General Public License Version 2
|
---|---|
GroupId | GroupIdorg.epics |
ArtifactId | ArtifactIdcaj |
Last Version | Last Version1.1.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionChannel Access for Java
100% pure Java implementation of the EPICS Channel Access library.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
caj-1.1.15.pom | |
caj-1.1.15.jar | 238 KB |
caj-1.1.15-sources.jar | 225 KB |
caj-1.1.15-javadoc.jar | 788 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.epics/caj/ -->
<dependency>
<groupId>org.epics</groupId>
<artifactId>caj</artifactId>
<version>1.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics/caj/
implementation 'org.epics:caj:1.1.15'
// https://jarcasting.com/artifacts/org.epics/caj/
implementation ("org.epics:caj:1.1.15")
'org.epics:caj:jar:1.1.15'
<dependency org="org.epics" name="caj" rev="1.1.15">
<artifact name="caj" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='caj', version='1.1.15')
)
libraryDependencies += "org.epics" % "caj" % "1.1.15"
[org.epics/caj "1.1.15"]
Group / Artifact | Type | Version |
---|---|---|
org.epics : jca | jar | 2.3.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |