MVN

nl.basjes.parse.useragent : yauaa-commandline

Maven & Gradle

Mar 05, 2021
725 stars

Yauaa : Commandline version · A parsing and analyzing library to get information from a useragent string.

<dependency>
    <groupId>nl.basjes.parse.useragent</groupId>
    <artifactId>yauaa-commandline</artifactId>
    <version>5.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.basjes.parse.useragent : yauaa-commandline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.23

All Versions

Choose a version of nl.basjes.parse.useragent : yauaa-commandline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.23
yauaa-commandline-5.23
5.22
yauaa-commandline-5.22
5.21
yauaa-commandline-5.21
5.20
yauaa-commandline-5.20
5.19
yauaa-commandline-5.19
5.18
yauaa-commandline-5.18
5.17
yauaa-commandline-5.17
5.16
yauaa-commandline-5.16
5.15
yauaa-commandline-5.15
5.14.x
yauaa-commandline-5.14.1
5.14
yauaa-commandline-5.14
5.13
yauaa-commandline-5.13
5.12
yauaa-commandline-5.12
5.11
yauaa-commandline-5.11
5.10
yauaa-commandline-5.10
5.9
yauaa-commandline-5.9
5.8
yauaa-commandline-5.8
5.7
yauaa-commandline-5.7
5.6
yauaa-commandline-5.6
5.5
yauaa-commandline-5.5
5.4
yauaa-commandline-5.4
5.3
yauaa-commandline-5.3
5.2
yauaa-commandline-5.2
5.1
yauaa-commandline-5.1
5.0
yauaa-commandline-5.0
4.5
yauaa-commandline-4.5
4.4
yauaa-commandline-4.4
4.3
yauaa-commandline-4.3
4.2
yauaa-commandline-4.2
4.1
yauaa-commandline-4.1
4.0
yauaa-commandline-4.0
3.3
yauaa-commandline-3.3
3.2
yauaa-commandline-3.2
3.1
yauaa-commandline-3.1
3.0
yauaa-commandline-3.0
2.2
yauaa-commandline-2.2
2.1
yauaa-commandline-2.1
2.0
yauaa-commandline-2.0
1.4
yauaa-commandline-1.4

How to add a dependency to Maven

Add the following nl.basjes.parse.useragent : yauaa-commandline maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.basjes.parse.useragent</groupId>
    <artifactId>yauaa-commandline</artifactId>
    <version>5.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.basjes.parse.useragent : yauaa-commandline gradle dependency to your build.gradle file:

implementation 'nl.basjes.parse.useragent:yauaa-commandline:5.23'

Gradle Kotlin DSL: Add the following nl.basjes.parse.useragent : yauaa-commandline gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.basjes.parse.useragent:yauaa-commandline:5.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.basjes.parse.useragent : yauaa-commandline sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.basjes.parse.useragent" % "yauaa-commandline" % "5.23"

Advertisement