fastjar

Fast implementation of Java's jar archiving tool

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of Sun's jar tool

Commands

fastjar

Examples

Create a jar archive from files in a directory$ fastjar cvf myapp.jar -C src .
Extract contents from an existing jar file$ fastjar xvf myapp.jar
List contents of a jar archive$ fastjar tvf myapp.jar