nl.gridshore.nosapi:example-web

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

example-web
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

war
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 example-web

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
nl.gridshore.nosapi : nos-api-client jar 0.2.0
org.springframework : spring-webmvc jar 3.0.5.RELEASE
org.codehaus.groovy : groovy jar 1.7.6
opensymphony : sitemesh jar 2.4.2
javax.servlet : jstl jar 1.2
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

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
javax.servlet.jsp : jsp-api jar 2.1

runtime (1)

Group / Artifact Type Version
joda-time : joda-time-jsptags jar 1.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.1