Indeed. This was a helpful resource, for those in the future that face
a similar issue and are not familiar with Java packaging:

http://github.com/technomancy/leiningen/blob/master/INTRO.md

On Mon, Jun 7, 2010 at 3:20 PM, Meikel Brandmeyer <[email protected]> wrote:
> Hi,
>
> Am 07.06.2010 um 21:20 schrieb Brian Troutwine:
>
>> Why does this work?
>>> change [org.clojure/swank-clojure "1.2.1"] => [swank-clojure "1.2.1"]
>
> Each dependency has a group and an artifact name. org.clojure/swank-clojure 
> means group "org.clojure" and artifact "swank-clojure". swank-clojure is a 
> short hand notation for swank-clojure/swank-clojure.
>
> So it works,  because you look in the right place. ;)
>
> Sincerely
> Meikel
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to