boilerpipe

Repackaging of Dropbox Java SDK with minor bug fixes and published on Maven Central Repository.

License

License

GroupId

GroupId

com.syncthemall
ArtifactId

ArtifactId

boilerpipe
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

boilerpipe
Repackaging of Dropbox Java SDK with minor bug fixes and published on Maven Central Repository.
Project URL

Project URL

https://github.com/vanduynslagerp/boilerpipe
Source Code Management

Source Code Management

https://github.com/vanduynslagerp/boilerpipe

Download boilerpipe

How to add to project

<!-- https://jarcasting.com/artifacts/com.syncthemall/boilerpipe/ -->
<dependency>
    <groupId>com.syncthemall</groupId>
    <artifactId>boilerpipe</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.syncthemall/boilerpipe/
implementation 'com.syncthemall:boilerpipe:1.2.2'
// https://jarcasting.com/artifacts/com.syncthemall/boilerpipe/
implementation ("com.syncthemall:boilerpipe:1.2.2")
'com.syncthemall:boilerpipe:jar:1.2.2'
<dependency org="com.syncthemall" name="boilerpipe" rev="1.2.2">
  <artifact name="boilerpipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syncthemall', module='boilerpipe', version='1.2.2')
)
libraryDependencies += "com.syncthemall" % "boilerpipe" % "1.2.2"
[com.syncthemall/boilerpipe "1.2.2"]

Dependencies

compile (2)

Group / Artifact Type Version
net.sourceforge.nekohtml : nekohtml jar 1.9.20
xerces : xercesImpl jar 2.11.0

Project Modules

There are no modules declared in this project.

boilerpipe

Repackaging of boilerpipe published on Maven Central Repository.

Overview

This is a repackaging of the last sources of boilerpipe with some improvements:

  • Published on Maven Central Repository
  • Media extraction (Youtube videos, Vimeo videos and Images) within an article from Netbreeze-GmbH fork

Getting started

The best way to start is to look at boilerpipe QuickStart

Including the SDK in your project

Simply add a new dependency to your pom.xml:

<dependency>
	<groupId>com.syncthemall</groupId>
	<artifactId>boilerpipe</artifactId>
	<version>1.2.2</version>
</dependency>

Bitdeli Badge

Versions

Version
1.2.2
1.2.1