January 2018
Intermediate to advanced
336 pages
7h 56m
English
Clojure artifacts are generated as runnable JARs. To generate a runnable JAR, run the lein uberjar command, as shown in the following snippet. The artifact can be configured using the uberjar profile in project.clj:
% lein uberjarCompiling playground.coreCreated target/playground-0.1.0-SNAPSHOT.jarCreated target/playground-0.1.0-SNAPSHOT-standalone.jar% java -jar target/playground-0.1.0-SNAPSHOT-standalone.jarNoname | Hello, World!% java -jar target/playground-0.1.0-SNAPSHOT-standalone.jar ClojureClojure | Hello, World!
Read now
Unlock full access