Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.epics.channelfinder |
ArtifactId | ArtifactIdcf-client-api |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cf-client-api-2.2.0.pom | |
cf-client-api-2.2.0.jar | 69 KB |
cf-client-api-2.2.0-sources.jar | 35 KB |
cf-client-api-2.2.0-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.epics.channelfinder/cf-client-api/ -->
<dependency>
<groupId>org.epics.channelfinder</groupId>
<artifactId>cf-client-api</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics.channelfinder/cf-client-api/
implementation 'org.epics.channelfinder:cf-client-api:2.2.0'
// https://jarcasting.com/artifacts/org.epics.channelfinder/cf-client-api/
implementation ("org.epics.channelfinder:cf-client-api:2.2.0")
'org.epics.channelfinder:cf-client-api:jar:2.2.0'
<dependency org="org.epics.channelfinder" name="cf-client-api" rev="2.2.0">
<artifact name="cf-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics.channelfinder', module='cf-client-api', version='2.2.0')
)
libraryDependencies += "org.epics.channelfinder" % "cf-client-api" % "2.2.0"
[org.epics.channelfinder/cf-client-api "2.2.0"]