is not current version
Last Version 0.2.0

nl.gridshore.nosapi:gridshore-nosapi 0.1.1

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.

GroupId

GroupId

nl.gridshore.nosapi
ArtifactId

ArtifactId

gridshore-nosapi
Version

Version

0.1.1
Type

Type

pom

Download gridshore-nosapi 0.1.1


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