Apollo Client

OKHttp3的简单封装,链式调用

License

License

Categories

Categories

CLI User Interface Apollo Container Microservices
GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

apollo-client
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Apollo Client
OKHttp3的简单封装,链式调用
Project URL

Project URL

https://github.com/doobo/apollo-client
Project Organization

Project Organization

Ctrip, Inc.
Source Code Management

Source Code Management

https://github.com/doobo/apollo-client

Download apollo-client

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.ctrip.framework.apollo : apollo-core jar 1.5.1
com.google.inject : guice jar 4.1.0
org.slf4j : slf4j-api jar 1.7.21
org.yaml : snakeyaml jar 1.17
org.springframework : spring-context Optional jar 4.3.19.RELEASE
org.springframework.boot : spring-boot-autoconfigure Optional jar 1.5.16.RELEASE

test (5)

Group / Artifact Type Version
org.eclipse.jetty : jetty-server jar 9.4.12.v20180830
org.slf4j : jcl-over-slf4j jar 1.7.25
org.apache.logging.log4j : log4j-slf4j-impl jar 2.7
org.apache.logging.log4j : log4j-core jar 2.7
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

apollo-client

License

对apollo-client进行二次封装,基于1.5.1版本,JDK1.8,支持简单AUTH授权访问.

如何添加

 <dependency>
   <groupId>com.github.doobo</groupId>
   <artifactId>apollo-client</artifactId>
   <version>1.0</version>
 </dependency>

License

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