Y
Hacker News
new
|
ask
|
show
|
jobs
by
dantheman
5301 days ago
Does clojure use maven for shipping source around?
1 comments
technomancy
5301 days ago
Yes, the source is just stored in jar files, which can contain any kind of files.
link
Luyt
5301 days ago
'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.
link