lib.aether.authentication
auth-map
added in 3.0
(auth-map auth)creates a map of the :authentications element
(auth-map (-> (AuthenticationBuilder.) (.addUsername “chris”) (.addPassword “lucid”))) => {:username “chris” :password “lucid”}
(auth-map auth)creates a map of the :authentications element
(auth-map (-> (AuthenticationBuilder.) (.addUsername “chris”) (.addPassword “lucid”))) => {:username “chris” :password “lucid”}