com.secondchance/scrappy

"Let me at em!" -- Scrappy Do A scraping DSL + engine for reading the web.

Leiningen/Boot

[com.secondchance/scrappy "1.1.0"]

Clojure CLI/deps.edn

com.secondchance/scrappy {:mvn/version "1.1.0"}

Gradle

implementation("com.secondchance:scrappy:1.1.0")

Maven

<dependency>
  <groupId>com.secondchance</groupId>
  <artifactId>scrappy</artifactId>
  <version>1.1.0</version>
</dependency>