c

concept-download-spring-boot-starter

Build a download in a simple way
https://github.com/Linyuzai/concept
The Apache License, Version 2.0
黑白法师
文件下载
文件名 操作
concept-download-spring-boot-starter-1.1.2-a.jar 下载
concept-download-spring-boot-starter-1.1.2-a.pom 下载
concept-download-spring-boot-starter-1.1.2-a-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.linyuzai</groupId>
  <artifactId>concept-download-spring-boot-starter</artifactId>
  <version>1.1.2-a</version>
</dependency>
Gradle Groovy
implementation 'com.github.linyuzai:concept-download-spring-boot-starter:1.1.2-a'
Gradle Kotlin
implementation("com.github.linyuzai:concept-download-spring-boot-starter:1.1.2-a")
Scala SBT
libraryDependencies += "com.github.linyuzai" % "concept-download-spring-boot-starter" % "1.1.2-a"
Groovy Grape
@Grapes(
  @Grab(group='com.github.linyuzai', module='concept-download-spring-boot-starter', version='1.1.2-a')
)
Apache Ivy
<dependency org="com.github.linyuzai" name="concept-download-spring-boot-starter" rev="1.1.2-a" />
Leiningen
[com.github.linyuzai/concept-download-spring-boot-starter "1.1.2-a"]
Apache Buildr
'com.github.linyuzai:concept-download-spring-boot-starter:jar:1.1.2-a'