MVN

io.github.oranshuster : webcrawlerverifier

Maven & Gradle

May 11, 2022
1 stars

webcrawlerverifier · Java library providing functionality to verify that user-agents are who they claim to be.

<dependency>
    <groupId>io.github.oranshuster</groupId>
    <artifactId>webcrawlerverifier</artifactId>
    <version>0.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.oranshuster : webcrawlerverifier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.5

All Versions

Choose a version of io.github.oranshuster : webcrawlerverifier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
webcrawlerverifier-0.4.5
webcrawlerverifier-0.4.4
webcrawlerverifier-0.4.3
webcrawlerverifier-0.4.2
webcrawlerverifier-0.4.1
0.4
webcrawlerverifier-0.4
0.3
webcrawlerverifier-0.3

How to add a dependency to Maven

Add the following io.github.oranshuster : webcrawlerverifier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.oranshuster</groupId>
    <artifactId>webcrawlerverifier</artifactId>
    <version>0.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.oranshuster : webcrawlerverifier gradle dependency to your build.gradle file:

implementation 'io.github.oranshuster:webcrawlerverifier:0.4.5'

Gradle Kotlin DSL: Add the following io.github.oranshuster : webcrawlerverifier gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.oranshuster:webcrawlerverifier:0.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.oranshuster : webcrawlerverifier sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.oranshuster" % "webcrawlerverifier" % "0.4.5"