| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.falkonry |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFalkonry-Client
Falkonry Java Client to access Condition Prediction APIs.
|
| Filename | Size |
|---|---|
| client-2.1.1.pom | |
| client-2.1.1.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.falkonry/client/ -->
<dependency>
<groupId>com.falkonry</groupId>
<artifactId>client</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.falkonry/client/
implementation 'com.falkonry:client:2.1.1'
// https://jarcasting.com/artifacts/com.falkonry/client/
implementation ("com.falkonry:client:2.1.1")
'com.falkonry:client:jar:2.1.1'
<dependency org="com.falkonry" name="client" rev="2.1.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.falkonry', module='client', version='2.1.1')
)
libraryDependencies += "com.falkonry" % "client" % "2.1.1"
[com.falkonry/client "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
| org.apache.httpcomponents : httpmime | jar | 4.3-alpha1 |
| org.apache.httpcomponents : httpclient | jar | 4.3-alpha1 |
| commons-io : commons-io | jar | 2.5 |
| org.json : json | jar | 20160212 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |