MVN

com.squareup.retrofit : samples

Maven & Gradle

Jan 08, 2015
41.7k stars

Samples

<dependency>
    <groupId>com.squareup.retrofit</groupId>
    <artifactId>samples</artifactId>
    <version>parent</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.retrofit : samples to add to Maven - Latest Versions:

  • Latest Stable: parent

All Versions

Choose a version of com.squareup.retrofit : samples to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
samples-1.0.2
samples-1.0.1
samples-1.0.0
parent
samples-parent
mock
samples-mock-github-client
github
samples-github-client

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.squareup.retrofit</groupId>
    <artifactId>samples</artifactId>
    <version>parent</version>
</dependency>

Advertisement