MVN

io.github.q843705423 : autumn

Maven & Gradle

Mar 14, 2021
1 stars

autumn · 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.

<dependency>
    <groupId>io.github.q843705423</groupId>
    <artifactId>autumn</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.q843705423 : autumn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.github.q843705423 : autumn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
autumn-1.0.1
0.1.x
autumn-0.1.0
0.0.x
autumn-0.0.9
autumn-0.0.3
autumn-0.0.2
autumn-0.0.1

How to add a dependency to Maven

Add the following io.github.q843705423 : autumn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.q843705423</groupId>
    <artifactId>autumn</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.q843705423 : autumn gradle dependency to your build.gradle file:

implementation 'io.github.q843705423:autumn:1.0.1'

Gradle Kotlin DSL: Add the following io.github.q843705423 : autumn gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.q843705423:autumn:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.q843705423 : autumn sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.q843705423" % "autumn" % "1.0.1"

Advertisement