Last Version

JAX-RS Moshi 1.0.0

Message body reader/writer and parameter converter which uses Moshi.

License

License

Categories

Categories

Moshi Data JSON
GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

jax-rs-moshi
Version

Version

1.0.0
Type

Type

jar
Description

Description

JAX-RS Moshi
Message body reader/writer and parameter converter which uses Moshi.
Source Code Management

Source Code Management

http://github.com/JakeWharton/jax-rs-moshi

Download jax-rs-moshi 1.0.0


<!-- https://jarcasting.com/artifacts/com.jakewharton/jax-rs-moshi/ -->
<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>jax-rs-moshi</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/jax-rs-moshi/
implementation 'com.jakewharton:jax-rs-moshi:1.0.0'
// https://jarcasting.com/artifacts/com.jakewharton/jax-rs-moshi/
implementation ("com.jakewharton:jax-rs-moshi:1.0.0")
'com.jakewharton:jax-rs-moshi:jar:1.0.0'
<dependency org="com.jakewharton" name="jax-rs-moshi" rev="1.0.0">
  <artifact name="jax-rs-moshi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='jax-rs-moshi', version='1.0.0')
)
libraryDependencies += "com.jakewharton" % "jax-rs-moshi" % "1.0.0"
[com.jakewharton/jax-rs-moshi "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0.1
com.squareup.moshi : moshi jar 1.5.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.auto.value : auto-value jar 1.4.1

Project Modules

There are no modules declared in this project.