boiler-pipe

boiler-pipe: boiler-pipe is a wrapper Clojure library on the boilerpipe library for retrieving the content from the html representation of the webpages

Leiningen/Boot

[boiler-pipe "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

boiler-pipe/boiler-pipe {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("boiler-pipe:boiler-pipe:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>boiler-pipe</groupId>
  <artifactId>boiler-pipe</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>