License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.orange.fiware |
ArtifactId | ArtifactIdngsi-client |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptionngsi-client
NGSI v1 API server and client library
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ngsi-client-0.1.3.pom | |
ngsi-client-0.1.3.jar | 50 KB |
ngsi-client-0.1.3-sources.jar | 44 KB |
ngsi-client-0.1.3-javadoc.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orange.fiware/ngsi-client/ -->
<dependency>
<groupId>com.orange.fiware</groupId>
<artifactId>ngsi-client</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.orange.fiware/ngsi-client/
implementation 'com.orange.fiware:ngsi-client:0.1.3'
// https://jarcasting.com/artifacts/com.orange.fiware/ngsi-client/
implementation ("com.orange.fiware:ngsi-client:0.1.3")
'com.orange.fiware:ngsi-client:jar:0.1.3'
<dependency org="com.orange.fiware" name="ngsi-client" rev="0.1.3">
<artifact name="ngsi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orange.fiware', module='ngsi-client', version='0.1.3')
)
libraryDependencies += "com.orange.fiware" % "ngsi-client" % "0.1.3"
[com.orange.fiware/ngsi-client "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.4 |
org.apache.httpcomponents : httpclient | jar | 4.4.1 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1 |
org.springframework : spring-context | jar | 4.1.6.RELEASE |
org.springframework : spring-web | jar | 4.1.6.RELEASE |
org.springframework : spring-webmvc | jar | 4.1.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.7 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
ch.qos.logback : logback-core | jar | 1.1.2 |
javax.inject : javax.inject | jar | 1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.4 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.6.4 |
org.codehaus.woodstox : woodstox-core-asl | jar | 4.4.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |