{"id":20727677,"url":"https://github.com/cwchentw/compile-clojure-uberjar-without-leiningen","last_synced_at":"2026-05-17T15:31:58.729Z","repository":{"id":77777617,"uuid":"258733032","full_name":"cwchentw/compile-clojure-uberjar-without-leiningen","owner":"cwchentw","description":"Compile Clojure Uber JAR without Leiningen","archived":false,"fork":false,"pushed_at":"2020-04-29T10:13:51.000Z","size":4058,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T00:02:11.463Z","etag":null,"topics":["clojure","jar","java"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cwchentw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-25T09:27:53.000Z","updated_at":"2020-04-29T10:13:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b02d97d-e907-4f29-af64-0ba73bc12ca3","html_url":"https://github.com/cwchentw/compile-clojure-uberjar-without-leiningen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cwchentw/compile-clojure-uberjar-without-leiningen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwchentw%2Fcompile-clojure-uberjar-without-leiningen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwchentw%2Fcompile-clojure-uberjar-without-leiningen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwchentw%2Fcompile-clojure-uberjar-without-leiningen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwchentw%2Fcompile-clojure-uberjar-without-leiningen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwchentw","download_url":"https://codeload.github.com/cwchentw/compile-clojure-uberjar-without-leiningen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwchentw%2Fcompile-clojure-uberjar-without-leiningen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261777381,"owners_count":23208113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","jar","java"],"created_at":"2024-11-17T04:33:22.396Z","updated_at":"2025-10-25T19:13:05.119Z","avatar_url":"https://github.com/cwchentw.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compile Clojure Uber JAR without Leiningen\n\n## Why Re-inventing the Wheel?\n\nContrary to common belief, [Leiningen](https://leiningen.org/) is not mandatory to build a uber jar from Clojure code base. In this repo, we build a tiny Clojure uber jar only with built-in Java tools and Clojure itself.\n\nYou should **NOT** adopt this pattern in production code. Instead, use community standard tools like Leiningen or [Boot](https://boot-clj.com/) to build your next awesome Clojure project. This repo is just a demonstration to a uber jar building process in vanilla.\n\n## System Requirements\n\n* JDK\n* Clojure\n\nOur repo bundle a Clojure JAR. Hence, you don't need to manage dependency issue.\n\nWe test our repo against OpenJDK.\n\n## Usage\n\n### Windows\n\nRun *build.bat* script to build *hello.jar*:\n\n```\n\u003e ./build.bat\n```\n\nRun *hello.jar* with Java:\n\n```\n\u003e java -jar hello.jar\nHello World\n```\n\n### Unix\n\nRun *build* script to build *hello.jar*:\n\n```\n$ ./build\n```\n\nRun *hello.jar* with Java:\n\n```\n$ java -jar hello.jar\nHello World\n```\n\n## For Clojure Learners\n\nIf interested in the whole process to build a uber jar only with plain tools, check the source of [build](/build/) script or [build.bat](/build.bat/) script.\n\n## Copyright\n\nCopyright (c) 2020 Michael Chen. Licensed under MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwchentw%2Fcompile-clojure-uberjar-without-leiningen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwchentw%2Fcompile-clojure-uberjar-without-leiningen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwchentw%2Fcompile-clojure-uberjar-without-leiningen/lists"}