is not current version
Last Version 2.8.1

com.squareup.retrofit2:parent 2.0.0-beta3

Type-safe HTTP client for Android and Java by Square, Inc.

Categories

Categories

Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit2
ArtifactId

ArtifactId

parent
Version

Version

2.0.0-beta3
Type

Type

pom

Download parent 2.0.0-beta3

Filename Size
parent-2.0.0-beta3.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.squareup.retrofit2/parent/ -->
<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.0-beta3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit2/parent/
implementation 'com.squareup.retrofit2:parent:2.0.0-beta3'
// https://jarcasting.com/artifacts/com.squareup.retrofit2/parent/
implementation ("com.squareup.retrofit2:parent:2.0.0-beta3")
'com.squareup.retrofit2:parent:pom:2.0.0-beta3'
<dependency org="com.squareup.retrofit2" name="parent" rev="2.0.0-beta3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='parent', version='2.0.0-beta3')
)
libraryDependencies += "com.squareup.retrofit2" % "parent" % "2.0.0-beta3"
[com.squareup.retrofit2/parent "2.0.0-beta3"]