mirror of
https://github.com/topjohnwu/jtar.git
synced 2024-11-23 03:19:41 +00:00
updated README
This commit is contained in:
parent
b4a72bf1ae
commit
5ff6991e2b
11
README.md
11
README.md
@ -2,7 +2,16 @@
|
||||
JTar is a simple Java Tar library, that provides an easy way to create and read tar files using IO streams. The API is very simple to use and similar to the java.util.zip package.
|
||||
|
||||
## Usage
|
||||
Below are some examples of jtar
|
||||
JTar is available in maven central and can be added as a dependency in the maven project.
|
||||
<pre><code>
|
||||
<dependency>
|
||||
<groupId>org.kamranzafar</groupId>
|
||||
<artifactId>jtar</artifactId>
|
||||
<version>2.0.1</version>
|
||||
</dependency>
|
||||
</code></pre>
|
||||
|
||||
Below are some examples of using jtar in applications
|
||||
|
||||
### Tar example - using TarOutputStream
|
||||
<pre><code>
|
||||
|
Loading…
Reference in New Issue
Block a user