Last Version

springboot-tus-starter 1.0

Tus协议文件断点续传的SpringBoot插件

License

License

GroupId

GroupId

io.github.cha1yi
ArtifactId

ArtifactId

tus-springboot-starter
Version

Version

1.0
Type

Type

jar
Description

Description

springboot-tus-starter
Tus协议文件断点续传的SpringBoot插件
Project URL

Project URL

https://github.com/cha1Yi/springboot-tus-starter
Source Code Management

Source Code Management

https://github.com/cha1Yi/springboot-tus-starter.git

Download tus-springboot-starter 1.0


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

Dependencies

compile (2)

Group / Artifact Type Version
me.desair.tus : tus-java-server jar 1.0.0-2.0
io.tus.java.client : tus-java-client jar 0.4.0

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-parent pom 2.4.7
org.springframework.boot : spring-boot-autoconfigure jar 2.4.7
javax.servlet : javax.servlet-api jar 3.1.0

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.4.7
org.springframework.boot : spring-boot-starter-test jar 2.4.7

Project Modules

There are no modules declared in this project.