| Group ID: |
com.squareup.retrofit.samples |
| Artifact ID: |
github-client |
| Last modified: |
21.03.2014 06:54 |
| Packaging: |
jar |
| Name: |
Sample: GitHub Client |
|
|
| Size: |
5.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/squareup/retrofit/samples/github-client/1.5.0/github-client-1.5.0.jar |
| POM: |
Show
hide
<?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.retrofit.samples</groupId>
<artifactId>parent</artifactId>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>github-client</artifactId>
<name>Sample: GitHub Client</name>
<dependencies>
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.squareup.retrofit.samples</groupId>
<artifactId>github-client</artifactId>
<version>1.5.0</version>
</dependency>
|
| Gradle: |
com.squareup.retrofit.samples:github-client:1.5.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
retrofit-${project.version}.jar
in com/squareup/retrofit/retrofit/${project.version}
|