Collection JSON :: JAXRS

RESTful JSON Collection

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.hamnaberg.json
ArtifactId

ArtifactId

collection-json-jaxrs
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Collection JSON :: JAXRS
RESTful JSON Collection
Project URL

Project URL

https://github.com/hamnis/collection-json-jaxrs
Source Code Management

Source Code Management

https://github.com/hamnis/collection-json-jaxrs

Download collection-json-jaxrs

How to add to project

<!-- https://jarcasting.com/artifacts/net.hamnaberg.json/collection-json-jaxrs/ -->
<dependency>
    <groupId>net.hamnaberg.json</groupId>
    <artifactId>collection-json-jaxrs</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.json/collection-json-jaxrs/
implementation 'net.hamnaberg.json:collection-json-jaxrs:1.0.1'
// https://jarcasting.com/artifacts/net.hamnaberg.json/collection-json-jaxrs/
implementation ("net.hamnaberg.json:collection-json-jaxrs:1.0.1")
'net.hamnaberg.json:collection-json-jaxrs:jar:1.0.1'
<dependency org="net.hamnaberg.json" name="collection-json-jaxrs" rev="1.0.1">
  <artifact name="collection-json-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.json', module='collection-json-jaxrs', version='1.0.1')
)
libraryDependencies += "net.hamnaberg.json" % "collection-json-jaxrs" % "1.0.1"
[net.hamnaberg.json/collection-json-jaxrs "1.0.1"]

Dependencies

provided (2)

Group / Artifact Type Version
net.hamnaberg.rest : json-collection jar 2.5
javax.ws.rs : javax.ws.rs-api jar 2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Minimal library for getting Collection+json + Java working with jaxrs.

Maven coordinates

Releases are pushed to oss.sonatype.org which again syncs with maven central.

<dependency>
    <groupId>net.hamnaberg.json</groupId>
    <artifactId>collection-json-jaxrs</artifactId>
    <version>1.0.1</version>
</dependency>

You will also need an implementation of collection+json. This library supports both 2.5 and 3.x.

<dependency>
    <groupId>net.hamnaberg.rest</groupId>
    <artifactId>json-collection</artifactId>
    <version>3.0.0</version>
</dependency>


<dependency>
    <groupId>net.hamnaberg.rest</groupId>
    <artifactId>json-collection</artifactId>
    <version>2.5</version>
</dependency>

Versions

Version
1.0.1
1.0.0