scala-json-collection

Collection+JSON

License

License

Categories

Categories

Scala Languages Net JSON Data
GroupId

GroupId

net.hamnaberg.rest
ArtifactId

ArtifactId

scala-json-collection_2.9.3
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

scala-json-collection
Collection+JSON
Project URL

Project URL

http://github.com/hamnis/scala-collection-json/
Project Organization

Project Organization

net.hamnaberg.rest
Source Code Management

Source Code Management

http://github.com/hamnis/scala-collection-json

Download scala-json-collection_2.9.3

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.3
org.json4s : json4s-native_2.9.3 jar 3.2.4

test (1)

Group / Artifact Type Version
org.specs2 : specs2_2.9.3 jar 1.12.4.1

Project Modules

There are no modules declared in this project.

Implementation of Collection+JSON

http://amundsen.com/media-types/collection/format/

Examples of media type in use can be found here:

http://amundsen.com/media-types/collection/examples/

Releases

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

Sbt

libraryDependencies += "net.hamnaberg.rest" %% "scala-json-collection" % "2.3"

Maven

<dependency>
    <groupId>net.hamnaberg.rest</groupId>
    <artifactId>scala-json-collection_${scalaVersion}</artifactId>
    <version>2.3</version>
</dependency>

Versions

Version
2.2
2.1