Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.epics |
ArtifactId | ArtifactIdgpclient-loc |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
gpclient-loc-1.0.3.pom | |
gpclient-loc-1.0.3.jar | 9 KB |
gpclient-loc-1.0.3-sources.jar | 6 KB |
gpclient-loc-1.0.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.epics/gpclient-loc/ -->
<dependency>
<groupId>org.epics</groupId>
<artifactId>gpclient-loc</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics/gpclient-loc/
implementation 'org.epics:gpclient-loc:1.0.3'
// https://jarcasting.com/artifacts/org.epics/gpclient-loc/
implementation ("org.epics:gpclient-loc:1.0.3")
'org.epics:gpclient-loc:jar:1.0.3'
<dependency org="org.epics" name="gpclient-loc" rev="1.0.3">
<artifact name="gpclient-loc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='gpclient-loc', version='1.0.3')
)
libraryDependencies += "org.epics" % "gpclient-loc" % "1.0.3"
[org.epics/gpclient-loc "1.0.3"]