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

Jar examples for n:ngsi-server

Description

NGSI v1 API server and client library

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

License

Apache License Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials