| License |
License |
|---|---|
| GroupId | GroupIdio.github.q843705423 |
| ArtifactId | ArtifactIdautumn |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionautumn
This project is an interface calling framework based on springboot. It encapsulates RestTemplate and uses dynamic proxy technology to convert the call to controller into direct call to interface.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| autumn-1.0.1.pom | |
| autumn-1.0.1.jar | 53 KB |
| autumn-1.0.1-sources.jar | 28 KB |
| autumn-1.0.1-javadoc.jar | 282 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.q843705423/autumn/ -->
<dependency>
<groupId>io.github.q843705423</groupId>
<artifactId>autumn</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.q843705423/autumn/
implementation 'io.github.q843705423:autumn:1.0.1'
// https://jarcasting.com/artifacts/io.github.q843705423/autumn/
implementation ("io.github.q843705423:autumn:1.0.1")
'io.github.q843705423:autumn:jar:1.0.1'
<dependency org="io.github.q843705423" name="autumn" rev="1.0.1">
<artifact name="autumn" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.q843705423', module='autumn', version='1.0.1')
)
libraryDependencies += "io.github.q843705423" % "autumn" % "1.0.1"
[io.github.q843705423/autumn "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.1.12.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
| com.alibaba : fastjson | jar | 1.2.69 |
| cn.hutool : hutool-all | jar | 4.4.5 |
| org.apache.httpcomponents : httpclient | jar | 4.3.4 |
| org.apache.httpcomponents : httpcore | jar | 4.4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |