组织ID: |
com.squareup.retrofit2 |
项目ID: |
converter-moshi |
版本: |
2.0.2 |
最后修改时间: |
2018-08-14 16:22:39 |
包类型: |
jar |
标题: |
Converter: Moshi |
大小: |
5.09KB |
|
Maven引入代码: |
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-moshi</artifactId>
<version>2.0.2</version>
</dependency>
|
Gradle引入代码: |
com.squareup.retrofit2:converter-moshi:2.0.2
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>converter-moshi</artifactId>
<name>Converter: Moshi</name>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>retrofit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
retrofit2.converter.moshi.MoshiConverterFactory.class
retrofit2.converter.moshi.MoshiRequestBodyConverter.class
retrofit2.converter.moshi.MoshiResponseBodyConverter.class
META-INF/maven/com.squareup.retrofit2/converter-moshi/pom.xml
META-INF/maven/com.squareup.retrofit2/converter-moshi/pom.properties
|
依赖Jar: |
retrofit-${project.version}.jar
/${project.groupId}/retrofit/${project.version}
查看retrofit所有版本文件
|