| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMoshi Данные JSON |
| Группа | Группаcom.jakewharton |
| Идентификатор | Идентификаторjax-rs-moshi |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеJAX-RS Moshi
Message body reader/writer and parameter converter which uses Moshi.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jax-rs-moshi-1.0.0.pom | |
| jax-rs-moshi-1.0.0.jar | 7 KB |
| jax-rs-moshi-1.0.0-sources.jar | 4 KB |
| jax-rs-moshi-1.0.0-javadoc.jar | 36 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| com.squareup.moshi : moshi | jar | 1.5.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.auto.value : auto-value | jar | 1.4.1 |