is not current version
Last Version 1.0.5

org.epics:gpclient-sample 1.0.3

Examples for the EPICS Generic Purpose Client.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.epics
ArtifactId

ArtifactId

gpclient-sample
Version

Version

1.0.3
Type

Type

jar

Download gpclient-sample 1.0.3


<!-- https://jarcasting.com/artifacts/org.epics/gpclient-sample/ -->
<dependency>
    <groupId>org.epics</groupId>
    <artifactId>gpclient-sample</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics/gpclient-sample/
implementation 'org.epics:gpclient-sample:1.0.3'
// https://jarcasting.com/artifacts/org.epics/gpclient-sample/
implementation ("org.epics:gpclient-sample:1.0.3")
'org.epics:gpclient-sample:jar:1.0.3'
<dependency org="org.epics" name="gpclient-sample" rev="1.0.3">
  <artifact name="gpclient-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='gpclient-sample', version='1.0.3')
)
libraryDependencies += "org.epics" % "gpclient-sample" % "1.0.3"
[org.epics/gpclient-sample "1.0.3"]