retroift compiler

make more easily to user retrofit

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать retrofit-compiler

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

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

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
com.github.cd-butterfly : retrofit-annotations jar 1.0.7
com.squareup : javapoet jar 1.11.1
com.google.auto.service : auto-service jar 1.0-rc6

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

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

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