retroift annotation

make more easily to user retrofit

Лицензия

Лицензия

Категории

Категории

Retrofit Сеть HTTP Clients
Группа

Группа

com.github.cd-butterfly
Идентификатор

Идентификатор

retrofit-annotations
Последняя версия

Последняя версия

1.0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

retroift annotation
make more easily to user retrofit
Ссылка на сайт

Ссылка на сайт

https://github.com/cd-butterfly/retrofit/
Система контроля версий

Система контроля версий

https://github.com/cd-butterfly/retrofit/

Скачать retrofit-annotations

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/ -->
<dependency>
    <groupId>com.github.cd-butterfly</groupId>
    <artifactId>retrofit-annotations</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/
implementation 'com.github.cd-butterfly:retrofit-annotations:1.0.7'
// https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/
implementation ("com.github.cd-butterfly:retrofit-annotations:1.0.7")
'com.github.cd-butterfly:retrofit-annotations:jar:1.0.7'
<dependency org="com.github.cd-butterfly" name="retrofit-annotations" rev="1.0.7">
  <artifact name="retrofit-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cd-butterfly', module='retrofit-annotations', version='1.0.7')
)
libraryDependencies += "com.github.cd-butterfly" % "retrofit-annotations" % "1.0.7"
[com.github.cd-butterfly/retrofit-annotations "1.0.7"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

retrofit

基于Retrofit2的网络请求框架

Download

grab via Maven:

<dependency>
  <groupId>com.github.cd-butterfly</groupId>
  <artifactId>retrofit</artifactId>
  <version>1.0.7</version>
  <type>aar</type>
</dependency>

<dependency>
  <groupId>com.github.cd-butterfly</groupId>
  <artifactId>retrofit-compiler</artifactId>
  <version>1.0.7</version>
</dependency>

or Gradle:

project build.gradle :

repositories {
    mavenCentral()
}

module build.gradle

implementation 'com.github.cd-butterfly:retrofit:1.0.7'
annotationProcessor  'com.github.cd-butterfly:retrofit-compiler:1.0.7'

License

Copyright (c) 2018 cd_butterfly

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
1.0.7
1.0.6
1.0.3
1.0.2
1.0.1
1.0.0-release