Registry / utility / useragentutils

useragentutils

JSON →
library1.21javamavenunverified

A utility library for parsing and handling user-agent strings to identify browser, OS, and device information.

<dependency> <groupId>eu.bitwalker</groupId> <artifactId>UserAgentUtils</artifactId> <version>1.21</version> </dependency>
INSTALL
IMPORT
SIG · USERAGENTUTILS
U
useragentutils
utilityjavav1.21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UserAgent
eu.bitwalker.useragentutils.UserAgent

Parses a user-agent string and retrieves browser name.

import eu.bitwalker.useragentutils.UserAgent; public class Example { public static void main(String[] args) { UserAgent ua = UserAgent.parseUserAgentString("Mozilla/5.0 ..."); System.out.println("Browser: " + ua.getBrowser().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
useragentutils — mvn dependency:get useragentutils · libregistry