| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.epics |
| ArtifactId | ArtifactIdgpclient-sim |
| Version | Version1.0.5 |
| Type | Typejar |
| Description |
Descriptionorg.epics.gpclient.sim
Support for simulated data source for the EPICS Generic Purpose Client.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| gpclient-sim-1.0.5.pom | |
| gpclient-sim-1.0.5.jar | 43 KB |
| gpclient-sim-1.0.5-sources.jar | 29 KB |
| gpclient-sim-1.0.5-javadoc.jar | 473 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.epics/gpclient-sim/ -->
<dependency>
<groupId>org.epics</groupId>
<artifactId>gpclient-sim</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics/gpclient-sim/
implementation 'org.epics:gpclient-sim:1.0.5'
// https://jarcasting.com/artifacts/org.epics/gpclient-sim/
implementation ("org.epics:gpclient-sim:1.0.5")
'org.epics:gpclient-sim:jar:1.0.5'
<dependency org="org.epics" name="gpclient-sim" rev="1.0.5">
<artifact name="gpclient-sim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='gpclient-sim', version='1.0.5')
)
libraryDependencies += "org.epics" % "gpclient-sim" % "1.0.5"
[org.epics/gpclient-sim "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.epics : gpclient-core | jar | 1.0.5 |
| org.epics : vtype | jar | 1.0.4 |
| org.epics : epics-util | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.22.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |