jsonapi-simple

Simple implementation of the JSON:API specification

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.slm-dev
ArtifactId

ArtifactId

jsonapi-simple
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

jsonapi-simple
Simple implementation of the JSON:API specification
Source Code Management

Source Code Management

https://github.com/devslm/jsonapi-simple/tree/master

Download jsonapi-simple

How to add to project

<!-- https://jarcasting.com/artifacts/com.slm-dev/jsonapi-simple/ -->
<dependency>
    <groupId>com.slm-dev</groupId>
    <artifactId>jsonapi-simple</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.slm-dev/jsonapi-simple/
implementation 'com.slm-dev:jsonapi-simple:1.6.1'
// https://jarcasting.com/artifacts/com.slm-dev/jsonapi-simple/
implementation ("com.slm-dev:jsonapi-simple:1.6.1")
'com.slm-dev:jsonapi-simple:jar:1.6.1'
<dependency org="com.slm-dev" name="jsonapi-simple" rev="1.6.1">
  <artifact name="jsonapi-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.slm-dev', module='jsonapi-simple', version='1.6.1')
)
libraryDependencies += "com.slm-dev" % "jsonapi-simple" % "1.6.1"
[com.slm-dev/jsonapi-simple "1.6.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework : spring-web jar 5.3.15
org.springframework.data : spring-data-commons jar 2.6.1
org.projectlombok : lombok jar 1.18.22
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.13.1
io.springfox : springfox-swagger2 jar 3.0.0
org.projectlombok : lombok-maven-plugin jar 1.18.20.0

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.hamcrest : hamcrest jar 2.2
org.mockito : mockito-core jar 4.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0