Skip to content

Commit

Permalink
docs: add module names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jul 30, 2024
1 parent 76ac25d commit 23849de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ the project. Simply run:
mvn package
```

Java 9+ Module Names
--------------------

| JAR | Module Name |
|---------------------|-----------------------|
| encoder | owasp.encoder |
| encoder-jakarta-jsp | owasp.encoder.jakarta |
| encoder-jsp | owasp.encoder.jsp |
| encoder-espai | owasp.encoder.esapi |

News
----
Expand Down

0 comments on commit 23849de

Please sign in to comment.