boot/aether

Boot aether module–performs maven dependency resolution.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 272,483 Downloads
  • 494 This Version

Leiningen/Boot

[boot/aether "2.7.2-SNAPSHOT"]

Clojure CLI/deps.edn

boot/aether {:mvn/version "2.7.2-SNAPSHOT"}

Gradle

implementation("boot:aether:2.7.2-SNAPSHOT")

Maven

<dependency>
  <groupId>boot</groupId>
  <artifactId>aether</artifactId>
  <version>2.7.2-SNAPSHOT</version>
</dependency>