License |
License
GNU General Public License 2 with the Classpath Exception
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.epics.channelfinder |
ArtifactId | ArtifactIdcf-client-api |
Version | Version3.0.3 |
Type | Typejar |
Description |
DescriptionChannelFinder Client API
A Channel Finder Client library for java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cf-client-api-3.0.3.pom | |
cf-client-api-3.0.3.jar | 75 KB |
cf-client-api-3.0.3-sources.jar | 34 KB |
cf-client-api-3.0.3-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.epics.channelfinder/cf-client-api/ -->
<dependency>
<groupId>org.epics.channelfinder</groupId>
<artifactId>cf-client-api</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics.channelfinder/cf-client-api/
implementation 'org.epics.channelfinder:cf-client-api:3.0.3'
// https://jarcasting.com/artifacts/org.epics.channelfinder/cf-client-api/
implementation ("org.epics.channelfinder:cf-client-api:3.0.3")
'org.epics.channelfinder:cf-client-api:jar:3.0.3'
<dependency org="org.epics.channelfinder" name="cf-client-api" rev="3.0.3">
<artifact name="cf-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics.channelfinder', module='cf-client-api', version='3.0.3')
)
libraryDependencies += "org.epics.channelfinder" % "cf-client-api" % "3.0.3"
[org.epics.channelfinder/cf-client-api "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-client | jar | 1.1.5.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
com.fasterxml.jackson.dataformat : jackson-dataformat-smile | jar | 2.6.3 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.6.3 |
com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.6.3 |
com.google.guava : guava-collections | jar | r03 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.mockito : mockito-all | jar | 1.9.0-rc1 |