com.github.artronics/resource-locator

A library to find and load resources from file system or web

Leiningen/Boot

[com.github.artronics/resource-locator "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.artronics/resource-locator {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.github.artronics:resource-locator:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.artronics</groupId>
  <artifactId>resource-locator</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>