Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.seregaslm |
ArtifactId | ArtifactIdjsonapi-simple |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jsonapi-simple-1.1.0.pom | |
jsonapi-simple-1.1.0.jar | 31 KB |
jsonapi-simple-1.1.0-sources.jar | 14 KB |
jsonapi-simple-1.1.0-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.seregaslm/jsonapi-simple/ -->
<dependency>
<groupId>io.github.seregaslm</groupId>
<artifactId>jsonapi-simple</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.seregaslm/jsonapi-simple/
implementation 'io.github.seregaslm:jsonapi-simple:1.1.0'
// https://jarcasting.com/artifacts/io.github.seregaslm/jsonapi-simple/
implementation ("io.github.seregaslm:jsonapi-simple:1.1.0")
'io.github.seregaslm:jsonapi-simple:jar:1.1.0'
<dependency org="io.github.seregaslm" name="jsonapi-simple" rev="1.1.0">
<artifact name="jsonapi-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.seregaslm', module='jsonapi-simple', version='1.1.0')
)
libraryDependencies += "io.github.seregaslm" % "jsonapi-simple" % "1.1.0"
[io.github.seregaslm/jsonapi-simple "1.1.0"]