How do I use checked-in jars with leiningen

后端 未结 3 1035
不知归路
不知归路 2020-12-28 08:47

We have some 3rd-party jars checked-in to our project. We\'d like to add them to the classpath. That\'s it. We don\'t want to set up a local maven repo (because that would b

3条回答
  •  [愿得一人]
    2020-12-28 09:43

    This question has already been answered here.

    It is indeed possible, but there's a reason why maven and dependency management exists. If you have many dependencies changing versions creating a repo is the recommended approach.

提交回复
热议问题