Where does lein store Maven artefacts?
Asked Answered
T

1

7

Where does lein store the various Jars it downloads from maven when I run:

lein deps

Thanks

Tiphanie answered 9/1, 2015 at 15:19 Comment(0)
C
11

You can do

lein classpath

The result will contain all the JARs that are available to your project.

On my machine, the Maven repository (that's where the JARs usually go), is at:

~/.m2/repository
Cullie answered 9/1, 2015 at 15:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.