License |
License |
---|---|
GroupId | GroupIdcom.orange.fiware |
ArtifactId | ArtifactIdngsi-api |
Version | Versiondev |
Type | Typepom |
Description |
Descriptionfiware-ngsi-api
NGSI v1 API server and client library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ngsi-api-dev.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orange.fiware/ngsi-api/ -->
<dependency>
<groupId>com.orange.fiware</groupId>
<artifactId>ngsi-api</artifactId>
<version>dev</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.orange.fiware/ngsi-api/
implementation 'com.orange.fiware:ngsi-api:dev'
// https://jarcasting.com/artifacts/com.orange.fiware/ngsi-api/
implementation ("com.orange.fiware:ngsi-api:dev")
'com.orange.fiware:ngsi-api:pom:dev'
<dependency org="com.orange.fiware" name="ngsi-api" rev="dev">
<artifact name="ngsi-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.orange.fiware', module='ngsi-api', version='dev')
)
libraryDependencies += "com.orange.fiware" % "ngsi-api" % "dev"
[com.orange.fiware/ngsi-api "dev"]