Skip to content

A maven project that installs the 7-Zip Java Bindings as JARs in maven

Notifications You must be signed in to change notification settings

zenlambda/sevenzipjbinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sevenzipjbindings

This is a simple maven build that downloads the sevenzipjbinding[1] JARs and bundles them into a maven repository.

Usage

  1. Allow maven to retrieve the sevenzipjbindings Jars

    Either by cloning the repo and running mvn install or placing a reference to the zenlambda repository in your projects pom.xml, like so:

     <repositories>
     	<repository>
     	<id>zenlambda-releases</id>
     	<url>http://mvn-repo.zenlambda.com/releases</url>
     	</repository>
     </repositories>
    
  2. Then refer to the library as a dependency:

    <dependency>
    	<groupId>net.sf.sevenzipjbinding</groupId>
    	<artifactId>sevenzipjbinding</artifactId>
    	<version>1.05-rc</version>
    </dependency>
    <dependency>
    	<groupId>net.sf.sevenzipjbinding</groupId>
    	<artifactId>sevenzipjbinding</artifactId>
    	<version>1.05-rc</version>
    	<classifier>AllPlatforms</classifier>
    </dependency>
    

Acknowledgements

The sevenzipjbindings library is authored by Boris Brodski. More info is available on the sevenzipjbindings website [1].

##References [1] http://sevenzipjbind.sourceforge.net/

About

A maven project that installs the 7-Zip Java Bindings as JARs in maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published