is not current version
Last Version 1.0.5

org.epics:gpclient 1.0.1

The generic purpose JAVA EPICS client.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.epics
ArtifactId

ArtifactId

gpclient
Version

Version

1.0.1
Type

Type

pom

Download gpclient 1.0.1

Filename Size
gpclient-1.0.1.pom 3 KB
Browse

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