f

fast-api-spring-boot-starter

The Apache Software License, Version 2.0
文件下载
文件名 操作
fast-api-spring-boot-starter-1.1.4.jar 下载
fast-api-spring-boot-starter-1.1.4.pom 下载
fast-api-spring-boot-starter-1.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.easycode8</groupId>
  <artifactId>fast-api-spring-boot-starter</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.easycode8:fast-api-spring-boot-starter:1.1.4'
Gradle Kotlin
implementation("io.github.easycode8:fast-api-spring-boot-starter:1.1.4")
Scala SBT
libraryDependencies += "io.github.easycode8" % "fast-api-spring-boot-starter" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.easycode8', module='fast-api-spring-boot-starter', version='1.1.4')
)
Apache Ivy
<dependency org="io.github.easycode8" name="fast-api-spring-boot-starter" rev="1.1.4" />
Leiningen
[io.github.easycode8/fast-api-spring-boot-starter "1.1.4"]
Apache Buildr
'io.github.easycode8:fast-api-spring-boot-starter:jar:1.1.4'