License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.github.seregaslm |
ArtifactId | ArtifactIdjsonapi-simple |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionjsonapi-simple
Simple implementation of the JSON:API specification
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonapi-simple-1.2.0.pom | |
jsonapi-simple-1.2.0.jar | 38 KB |
jsonapi-simple-1.2.0-sources.jar | 17 KB |
jsonapi-simple-1.2.0-javadoc.jar | 533 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.seregaslm/jsonapi-simple/ -->
<dependency>
<groupId>io.github.seregaslm</groupId>
<artifactId>jsonapi-simple</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.seregaslm/jsonapi-simple/
implementation 'io.github.seregaslm:jsonapi-simple:1.2.0'
// https://jarcasting.com/artifacts/io.github.seregaslm/jsonapi-simple/
implementation ("io.github.seregaslm:jsonapi-simple:1.2.0")
'io.github.seregaslm:jsonapi-simple:jar:1.2.0'
<dependency org="io.github.seregaslm" name="jsonapi-simple" rev="1.2.0">
<artifact name="jsonapi-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.seregaslm', module='jsonapi-simple', version='1.2.0')
)
libraryDependencies += "io.github.seregaslm" % "jsonapi-simple" % "1.2.0"
[io.github.seregaslm/jsonapi-simple "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.3.1 |
org.projectlombok : lombok | jar | 1.18.16 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.3 |
io.springfox : springfox-swagger2 | jar | 3.0.0 |
org.projectlombok : lombok-maven-plugin | jar | 1.18.16.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.6.0 |