nl.gridshore.nosapi:nos-api-client

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

Categories

Categories

CLI User Interface
GroupId

GroupId

nl.gridshore.nosapi
ArtifactId

ArtifactId

nos-api-client
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download nos-api-client

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.codehaus.jackson : jackson-core-asl jar 1.7.1
org.codehaus.jackson : jackson-mapper-asl jar 1.7.1
org.springframework : spring-web jar 3.0.5.RELEASE
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 (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 1.7.6
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.1