You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,23 @@ But that's not all it does. That's just what that one comment says. Some other f
21
21
- The end central directory entry is found by scanning from the end of the file, rather than from the beginning.
22
22
- The central directory values are authoritative. Names/values defined by the local file headers are ignored.
23
23
- The file data of local file headers is not size bound by the file header's compressed size field. Instead, it uses the central directory header's declared size.
24
-
- Class names are allowed to end in trailing `/` which most tools interpret as directories.
24
+
- Class names are allowed to end in trailing `/` which most tools interpret as directories.
25
+
26
+
## Usage
27
+
28
+
Maven dependency:
29
+
```xml
30
+
<dependency>
31
+
<groupId>software.coley</groupId>
32
+
<artifactId>lljzip</artifactId>
33
+
<version>${zipVersion}</version> <!-- See release page for latest version -->
0 commit comments