Download tape-1.2.3.jar file - Jar t

Jar examples for t:tape

Description

A lightning fast, transactional, file-based FIFO for Android and Java.

You can download jar file tape 1.2.3 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add tape-1.2.3.jar to your project.

<dependency>
   <groupId>com.squareup</groupId>
   <artifactId>tape</artifactId>
   <version>1.2.3</version>
</dependency>
compile group: 'com.squareup', name: 'tape', version: '1.2.3'
libraryDependencies += "com.squareup" % "tape" % "1.2.3"
<dependency org="com.squareup" name="tape" rev="1.2.3"/>
@Grapes(@Grab(group='com.squareup', module='tape', version='1.2.3'))
'com.squareup:tape:jar:1.2.3'

Download

Click the following link to download the jar file.

tape-1.2.3-javadoc.jar
tape-1.2.3-sources.jar
tape-1.2.3.jar
tape-1.2.3.pom



Related Tutorials