API for jar
  -   ()
  
by Stuart Sierra
    clojure-contrib is now deprecated
    
        clojure-contrib is no longer being developed or maintained.
    
    
        Rather than a single, monolithic, contributions library, Clojure now has
        a set of separate libraries for each unit of functionality. The libraries
        are in the Clojure GitHub organization at
        https://github.com/clojure.
        API documentation of the libraries can be found at
        https://clojure.github.io.
    
    
        If you're looking for a specific function or namespace from the old
        clojure-contrib, see
        "Where Did Clojure.Contrib Go".
    
 
Full namespace name: 
clojure.contrib.jar
Overview
Utilities for working with Java JAR files
Public Variables and Functions
  
  
  filenames-in-jar
  function
  This library, clojure-contrib, is deprecated. See here for more information.
  Usage: (filenames-in-jar jar-file)
  Returns a sequence of Strings naming the non-directory entries in
the JAR file.
  Source
 
  
  
  jar-file?
  function
  This library, clojure-contrib, is deprecated. See here for more information.
  Usage: (jar-file? file)
  Returns true if file is a normal file with a .jar or .JAR extension.
  Source