Last Version

Retrofit (Parent) 2.7.3

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

License

License

GroupId

GroupId

io.github.zawn
ArtifactId

ArtifactId

parent
Version

Version

2.7.3
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.7.3

Filename Size
parent-2.7.3.pom 11 KB
Browse

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

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