Hacker News new | ask | show | jobs
by dantheman 5301 days ago
Does clojure use maven for shipping source around?
1 comments

Yes, the source is just stored in jar files, which can contain any kind of files.
'Jar' files are actually zip files with a '.jar' extension. On my Windows machine I have .jar associated with a zip application, very handy to quickly inspect its contents.