You can download tape-1.2.3.jar in this page.
Apache Open Source
tape-1.2.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.squareup/tape/pom.properties META-INF/maven/com.squareup/tape/pom.xml com.squareup.tape.FileException.class com.squareup.tape.FileObjectQueue.class com.squareup.tape.InMemoryObjectQueue.class com.squareup.tape.ObjectQueue.class com.squareup.tape.QueueFile.class com.squareup.tape.SerializedConverter.class com.squareup.tape.Task.class com.squareup.tape.TaskInjector.class com.squareup.tape.TaskQueue.class
tape-1.2.3.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.squareup</groupId> <artifactId>tape-parent</artifactId> <version>1.2.3</version> <relativePath>../pom.xml</relativePath> </parent> <name>Tape</name> <artifactId>tape</artifactId> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.easytesting</groupId> <artifactId>fest-assert</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.squareup</groupId> <artifactId>tape</artifactId> <version>1.2.3</version> </dependency>
If you think the following tape-1.2.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.