is not current version
Last Version 2.0.0-beta2

com.squareup.retrofit:parent 2.0.0-beta1

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

Categories

Categories

Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit
ArtifactId

ArtifactId

parent
Version

Version

2.0.0-beta1
Type

Type

pom

Download parent 2.0.0-beta1

Filename Size
parent-2.0.0-beta1.pom 7 KB
Browse

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