jar-bundler

JarBundler is a feature-rich Ant task which will create a Mac OS X application bundle from a list of Jar files and a main class name. You can add an Icon resource, set various Mac OS X native look-and-feel bells and whistles, and maintain your application bundles as part of your normal build and release cycle. It is free software licensed under the GNU General Public License. More info @ http://informagen.com/JarBundler/

  • VCSN/A

  • cljdoc documentationcljdoc
  • 129 Downloads
  • 129 This Version

Leiningen/Boot

[jar-bundler "2.2.0"]

Clojure CLI/deps.edn

jar-bundler/jar-bundler {:mvn/version "2.2.0"}

Gradle

implementation("jar-bundler:jar-bundler:2.2.0")

Maven

<dependency>
  <groupId>jar-bundler</groupId>
  <artifactId>jar-bundler</artifactId>
  <version>2.2.0</version>
</dependency>