is not current version
Last Version 1.0.5

org.epics:gpclient-loc 1.0.0

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.0
Type

Type

jar

Download gpclient-loc 1.0.0


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