MVN

nl.basjes.parse.useragent : yauaa-trino

Maven & Gradle

Aug 06, 2023
719 stars

Yauaa : UDF : Trino (a.k.a. Presto SQL) · A parsing and analyzing library to get information from a useragent string.

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

Latest Version

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

  • Latest Stable: 7.22.0

All Versions

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

Version Vulnerabilities Updated
7.22.x
yauaa-trino-7.22.0
7.21.x
yauaa-trino-7.21.0
7.20.x
yauaa-trino-7.20.0
7.19.x
yauaa-trino-7.19.2
yauaa-trino-7.19.1
yauaa-trino-7.19.0
7.18.x
yauaa-trino-7.18.0
7.17.x
yauaa-trino-7.17.1
yauaa-trino-7.17.0
7.16.x
yauaa-trino-7.16.0
7.15.x
yauaa-trino-7.15.0
7.14.x
yauaa-trino-7.14.1
yauaa-trino-7.14.0
7.13.x
yauaa-trino-7.13.0
7.12.x
yauaa-trino-7.12.2
yauaa-trino-7.12.1
yauaa-trino-7.12.0
7.11.x
yauaa-trino-7.11.0
7.10.x
yauaa-trino-7.10.0
7.9.x
yauaa-trino-7.9.1
yauaa-trino-7.9.0
7.8.x
yauaa-trino-7.8.0
7.7.x
yauaa-trino-7.7.0
7.6.x
yauaa-trino-7.6.0
7.5.x
yauaa-trino-7.5.0
7.4.x
yauaa-trino-7.4.0
7.3.x
yauaa-trino-7.3.0
7.2.x
yauaa-trino-7.2.0
7.1.x
yauaa-trino-7.1.0
7.0.x
yauaa-trino-7.0.0
6.12
yauaa-trino-6.12
6.11
yauaa-trino-6.11
6.10
yauaa-trino-6.10

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.basjes.parse.useragent</groupId>
    <artifactId>yauaa-trino</artifactId>
    <version>7.22.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nl.basjes.parse.useragent:yauaa-trino:7.22.0'

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

implementation("nl.basjes.parse.useragent:yauaa-trino:7.22.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "nl.basjes.parse.useragent" % "yauaa-trino" % "7.22.0"

Advertisement