hello, I am having trouble setting a java dependency in a boot project. specifically, I want to use org.apache.commons.lang3.StringUtils
@ruyvalle should do the trick:
;; <https://mvnrepository.com/artifact/org.apache.commons/commons-lang3>
[org.apache.commons/commons-lang3 "3.10"]
thank you! and how do I then import it? and how could I have figured this out by myself?
e.g. why doesn't (import [org.apache.commons.lang3 StringUtils])
work?
ok I see how to figure out the first part
[org.apache.commons/commons.lang3 "3.10"]
== [(string/join groupId artifactId) version]
got it
I was using it wrong
also I realized maven has a leiningen tab which shows how to import