is not current version
Last Version 1.0.5

org.epics:gpclient-loc 1.0.1

Support for in-memory data source for the EPICS Generic Purpose Client.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.epics
ArtifactId

ArtifactId

gpclient-loc
Version

Version

1.0.1
Type

Type

jar

Download gpclient-loc 1.0.1


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