g

gpclient-ca

Support for ChannelAccess data source for the EPICS Generic Purpose Client.
Files download
File Operation
gpclient-ca-1.0.8.jar download
gpclient-ca-1.0.8.pom download
gpclient-ca-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.epics</groupId>
  <artifactId>gpclient-ca</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.epics:gpclient-ca:1.0.8'
Gradle Kotlin
implementation("org.epics:gpclient-ca:1.0.8")
Scala SBT
libraryDependencies += "org.epics" % "gpclient-ca" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.epics', module='gpclient-ca', version='1.0.8')
)
Apache Ivy
<dependency org="org.epics" name="gpclient-ca" rev="1.0.8" />
Leiningen
[org.epics/gpclient-ca "1.0.8"]
Apache Buildr
'org.epics:gpclient-ca:jar:1.0.8'