MVN

com.gyftedstore.scrapper : scrapper-commons

Maven & Gradle

May 22, 2020

scrapper-commons · Commons objects and services for ecommerce scrappers

<dependency>
    <groupId>com.gyftedstore.scrapper</groupId>
    <artifactId>scrapper-commons</artifactId>
    <version>3.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gyftedstore.scrapper : scrapper-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.6

All Versions

Choose a version of com.gyftedstore.scrapper : scrapper-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
scrapper-commons-3.2.6
scrapper-commons-3.2.5
scrapper-commons-3.2.4
scrapper-commons-3.2.3
scrapper-commons-3.2.2
scrapper-commons-3.2.1
scrapper-commons-3.2.0
3.1.x
scrapper-commons-3.1.2
scrapper-commons-3.1.1
scrapper-commons-3.1.0
3.0.x
scrapper-commons-3.0.5
scrapper-commons-3.0.4
scrapper-commons-3.0.3
scrapper-commons-3.0.2
scrapper-commons-3.0.1
scrapper-commons-3.0.0
2.0.x
scrapper-commons-2.0.7
scrapper-commons-2.0.6
scrapper-commons-2.0.4
scrapper-commons-2.0.1
scrapper-commons-2.0.0
1.1.x
scrapper-commons-1.1.17
scrapper-commons-1.1.16
scrapper-commons-1.1.15
scrapper-commons-1.1.14
scrapper-commons-1.1.13
scrapper-commons-1.1.12
scrapper-commons-1.1.11
scrapper-commons-1.1.10
scrapper-commons-1.1.9
scrapper-commons-1.1.8
scrapper-commons-1.1.7
scrapper-commons-1.1.6
scrapper-commons-1.1.5
scrapper-commons-1.1.4
scrapper-commons-1.1.3
scrapper-commons-1.1.2
scrapper-commons-1.1.1
scrapper-commons-1.1.0
1.0.x
scrapper-commons-1.0.6
scrapper-commons-1.0.5
scrapper-commons-1.0.4
scrapper-commons-1.0.3
scrapper-commons-1.0.1
scrapper-commons-1.0.0

How to add a dependency to Maven

Add the following com.gyftedstore.scrapper : scrapper-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gyftedstore.scrapper</groupId>
    <artifactId>scrapper-commons</artifactId>
    <version>3.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gyftedstore.scrapper : scrapper-commons gradle dependency to your build.gradle file:

implementation 'com.gyftedstore.scrapper:scrapper-commons:3.2.6'

Gradle Kotlin DSL: Add the following com.gyftedstore.scrapper : scrapper-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gyftedstore.scrapper:scrapper-commons:3.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gyftedstore.scrapper : scrapper-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gyftedstore.scrapper" % "scrapper-commons" % "3.2.6"