tus-java-client
Used in: 15 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
Java client for tus, the resumable file uploading protocol.
Snippets
<dependency> <groupId>io.tus.java.client</groupId> <artifactId>tus-java-client</artifactId> <version>0.5.0</version> </dependency>
Maven POM File
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.tus.java.client</groupId> <artifactId>tus-java-client</artifactId> <version>0.5.0</version> <dependencies> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.0.1</version> <scope>runtime</scope> </dependency> </dependencies> <description>Java client for tus, the resumable file uploading protocol.</description> <name>tus-java-client</name> <url>https://tus.io</url> <scm> <url>https://github.com/tus/tus-java-client</url> <connection>https://github.com/tus/tus-java-client</connection> <developerConnection>https://github.com/tus/tus-java-client</developerConnection> </scm> <developers> <developer> <id>acconut</id> <name>Marius Kleidl</name> <email>maerious@gmail.com</email> </developer> </developers> <inceptionYear>2015</inceptionYear> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> </license> </licenses> </project>