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

io.github.q843705423:autumn 0.0.3

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.

Группа

Группа

io.github.q843705423
Идентификатор

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

autumn
Версия

Версия

0.0.3
Тип

Тип

jar

Скачать autumn 0.0.3


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