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