Last Version

Retrofit (Parent) 2.8.1

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

License

License

Categories

Categories

Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit2
ArtifactId

ArtifactId

parent
Version

Version

2.8.1
Type

Type

pom
Description

Description

Retrofit (Parent)
Type-safe HTTP client for Android and Java by Square, Inc.
Project URL

Project URL

https://github.com/square/retrofit/
Project Organization

Project Organization

Square, Inc.
Source Code Management

Source Code Management

https://github.com/square/retrofit

Download parent 2.8.1

Filename Size
parent-2.8.1.pom 11 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • retrofit
  • retrofit-adapters
  • retrofit-converters
  • retrofit-mock
  • samples