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.

License

License

GroupId

GroupId

nl.gridshore.nosapi
ArtifactId

ArtifactId

gridshore-nosapi
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/jettro/JavaNosApi

Download gridshore-nosapi

How to add to project

<!-- https://jarcasting.com/artifacts/nl.gridshore.nosapi/gridshore-nosapi/ -->
<dependency>
    <groupId>nl.gridshore.nosapi</groupId>
    <artifactId>gridshore-nosapi</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.gridshore.nosapi/gridshore-nosapi/
implementation 'nl.gridshore.nosapi:gridshore-nosapi:0.2.0'
// https://jarcasting.com/artifacts/nl.gridshore.nosapi/gridshore-nosapi/
implementation ("nl.gridshore.nosapi:gridshore-nosapi:0.2.0")
'nl.gridshore.nosapi:gridshore-nosapi:pom:0.2.0'
<dependency org="nl.gridshore.nosapi" name="gridshore-nosapi" rev="0.2.0">
  <artifact name="gridshore-nosapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.gridshore.nosapi', module='gridshore-nosapi', version='0.2.0')
)
libraryDependencies += "nl.gridshore.nosapi" % "gridshore-nosapi" % "0.2.0"
[nl.gridshore.nosapi/gridshore-nosapi "0.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
joda-time : joda-time jar 1.6.2
org.slf4j : jcl-over-slf4j jar 1.6.1
org.slf4j : jul-to-slf4j jar 1.6.1
ch.qos.logback : logback-classic jar 0.9.27

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

  • example-web
  • nos-api-client

Versions

Version
0.2.0
0.1.1