diff --git a/device-detection.cloud/pom.xml b/device-detection.cloud/pom.xml index a20f78ea5..2ce09bdba 100644 --- a/device-detection.cloud/pom.xml +++ b/device-detection.cloud/pom.xml @@ -11,7 +11,7 @@ device-detection.cloud 51Degrees :: Device Detection :: Cloud - Device detection that consumes the 51Degrees cloud service. + Cloud-based device detection for Java that uses the 51Degrees cloud service via the Pipeline API. Parses HTTP headers to identify device hardware, operating systems, browsers, and crawlers. https://51degrees.com diff --git a/device-detection.hash.engine.on-premise/pom.xml b/device-detection.hash.engine.on-premise/pom.xml index 827e54ad4..39c55d5ea 100644 --- a/device-detection.hash.engine.on-premise/pom.xml +++ b/device-detection.hash.engine.on-premise/pom.xml @@ -11,6 +11,7 @@ device-detection.hash.engine.on-premise 51Degrees :: Device Detection :: Hash :: On Premise + High-performance on-premise hash-based device detection engine for Java, built for the 51Degrees Pipeline API. Parses HTTP headers locally to identify device hardware, operating systems, browsers, and crawlers, with no external service calls. https://51degrees.com diff --git a/device-detection.shared/pom.xml b/device-detection.shared/pom.xml index d87927893..fb7617a56 100644 --- a/device-detection.shared/pom.xml +++ b/device-detection.shared/pom.xml @@ -11,7 +11,7 @@ device-detection.shared 51Degrees :: Device Detection :: Shared - Shared functionality for implementing device detection engine for the 51Degrees Pipeline API + Shared components and utilities for building 51Degrees Pipeline API device detection engines in Java. Supports parsing HTTP headers to identify device type, model, OS, browser, and crawler information—an alternative approach to UAParser, DeviceAtlas, and WURFL-based solutions. https://51degrees.com