is not current version
Last Version 1.0.5

org.epics:gpclient 1.0.2-j8

The generic purpose JAVA EPICS client.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.epics
ArtifactId

ArtifactId

gpclient
Version

Version

1.0.2-j8
Type

Type

pom

Download gpclient 1.0.2-j8

Filename Size
gpclient-1.0.2-j8.pom 3 KB
Browse

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