Download ngsi-client-0.1.3.jar file - Jar n

Jar examples for n:ngsi-client

Description

NGSI v1 API server and client library

You can download jar file ngsi-client 0.1.3 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add ngsi-client-0.1.3.jar to your project.

<dependency>
   <groupId>com.orange.fiware</groupId>
   <artifactId>ngsi-client</artifactId>
   <version>0.1.3</version>
</dependency>
compile group: 'com.orange.fiware', name: 'ngsi-client', version: '0.1.3'
libraryDependencies += "com.orange.fiware" % "ngsi-client" % "0.1.3"
<dependency org="com.orange.fiware" name="ngsi-client" rev="0.1.3"/>
@Grapes(@Grab(group='com.orange.fiware', module='ngsi-client', version='0.1.3'))
'com.orange.fiware:ngsi-client:jar:0.1.3'

Download

Click the following link to download the jar file.

ngsi-client-0.1.3-javadoc.jar
ngsi-client-0.1.3-sources.jar
ngsi-client-0.1.3.jar
ngsi-client-0.1.3.pom



Related Tutorials