| License |
License |
|---|---|
| GroupId | GroupIdnl.gridshore.nosapi |
| ArtifactId | ArtifactIdexample-web |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionThis 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.
|
| Filename | Size |
|---|---|
| example-web-0.2.0.pom | |
| example-web-0.2.0.war | 9 MB |
| example-web-0.2.0-sources.jar | 7 KB |
| example-web-0.2.0-javadoc.jar | 42 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| joda-time : joda-time-jsptags | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |