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