MVN

nl.gridshore.nosapi : gridshore-nosapi

Maven & Gradle

Feb 17, 2011
4 stars

Gridshore NOS API · This project is a java wrapper and client for the NOS open data API. The project consists of two modules. The nos-api-client, this is what you can use for your own project. The other component is the example. A basic implementation that uses the nos-api-client to show what you can do with it.

<dependency>
    <groupId>nl.gridshore.nosapi</groupId>
    <artifactId>gridshore-nosapi</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.gridshore.nosapi : gridshore-nosapi to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of nl.gridshore.nosapi : gridshore-nosapi to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
gridshore-nosapi-0.2.0
0.1.x
gridshore-nosapi-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>nl.gridshore.nosapi</groupId>
    <artifactId>gridshore-nosapi</artifactId>
    <version>0.2.0</version>
</dependency>