retroift compiler

make more easily to user retrofit

License

License

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

com.github.cd-butterfly
ArtifactId

ArtifactId

retrofit-compiler
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

retroift compiler
make more easily to user retrofit
Project URL

Project URL

https://github.com/cd-butterfly/retrofit/
Source Code Management

Source Code Management

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

Download retrofit-compiler

How to add to project

<!-- 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"]

Dependencies

runtime (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.7
1.0.6
1.0.3
1.0.2
1.0.1
1.0.0-release