is not current version
Last Version 0.0.10

io.xlate:jsonapi-rvp 0.0.6

JSON API server implementation Java using JAX-RS, Bean Validation, and Java Persistence (JPA)

Categories

Categories

JSON Data
GroupId

GroupId

io.xlate
ArtifactId

ArtifactId

jsonapi-rvp
Version

Version

0.0.6
Type

Type

jar

Download jsonapi-rvp 0.0.6


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