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