is not current version
Last Version 1.0.5

org.epics:gpclient-javafx 1.0.4

Java FX support for the EPICS Generic Purpose Client.

Categories

Categories

JavaFX User Interface CLI
GroupId

GroupId

org.epics
ArtifactId

ArtifactId

gpclient-javafx
Version

Version

1.0.4
Type

Type

jar

Download gpclient-javafx 1.0.4


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