MVN

fr.whimtrip : whimtrip-ext-scrapper

Maven & Gradle

Aug 10, 2018
13 stars

Jwht Scrapper · Fully featured highly pluggable and customizable Java scrapping framework

<dependency>
    <groupId>fr.whimtrip</groupId>
    <artifactId>whimtrip-ext-scrapper</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.whimtrip : whimtrip-ext-scrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of fr.whimtrip : whimtrip-ext-scrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
whimtrip-ext-scrapper-1.0.1
whimtrip-ext-scrapper-1.0.0

How to add a dependency to Maven

Add the following fr.whimtrip : whimtrip-ext-scrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.whimtrip</groupId>
    <artifactId>whimtrip-ext-scrapper</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.whimtrip : whimtrip-ext-scrapper gradle dependency to your build.gradle file:

implementation 'fr.whimtrip:whimtrip-ext-scrapper:1.0.1'

Gradle Kotlin DSL: Add the following fr.whimtrip : whimtrip-ext-scrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.whimtrip:whimtrip-ext-scrapper:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.whimtrip : whimtrip-ext-scrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.whimtrip" % "whimtrip-ext-scrapper" % "1.0.1"

Advertisement