Skip to content

xiao-akatsuki/zh.axios.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sidebar

axios logo

maven-central   java-doc

axios

一个让java更容易发送HTTPS




:::: code-group ::: code-group-item 安装

<dependency>
  <groupId>io.github.xiao-organization</groupId>
  <artifactId>axios</artifactId>
  <version>1.0.0</version>
</dependency>

::: ::: code-group-item 使用

Axios.get(
	"RollCall/people/axiosGet" 
).then(response ->{
	System.out.println(response);
});

::: ::::

Releases

No releases published

Packages

No packages published