borge/map-soup

A Jsoup utility library that lets you extract content by passing a map of selectors to `map-doc`

Leiningen/Boot

[borge/map-soup "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

borge/map-soup {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("borge:map-soup:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>borge</groupId>
  <artifactId>map-soup</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>