Download yauaa-0.6.jar file - Jar y

Jar examples for y:yauaa

Description

A parsing and analyzing library to get information from a useragent string.

You can download jar file yauaa 0.6 in this page.

License

GNU General Public License, Version 3

Build File

You can use the following script to add yauaa-0.6.jar to your project.

<dependency>
   <groupId>nl.basjes.parse.useragent</groupId>
   <artifactId>yauaa</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'nl.basjes.parse.useragent', name: 'yauaa', version: '0.6'
libraryDependencies += "nl.basjes.parse.useragent" % "yauaa" % "0.6"
<dependency org="nl.basjes.parse.useragent" name="yauaa" rev="0.6"/>
@Grapes(@Grab(group='nl.basjes.parse.useragent', module='yauaa', version='0.6'))
'nl.basjes.parse.useragent:yauaa:jar:0.6'

Download

Click the following link to download the jar file.

yauaa-0.6-javadoc.jar
yauaa-0.6-sources.jar
yauaa-0.6.jar
yauaa-0.6.pom



Related Tutorials