is not current version
Last Version 0.68.0.1

com.jwebmp.thirdparty:uadetector-core 0.67.0.7

The UADetector core library includes the API and implementation to read the detection information and the functions to identify User-Agents, but not the database (also known as UAS data). The UAS data can be found in the resources module.

GroupId

GroupId

com.jwebmp.thirdparty
ArtifactId

ArtifactId

uadetector-core
Version

Version

0.67.0.7
Type

Type

jar

Download uadetector-core 0.67.0.7


<!-- https://jarcasting.com/artifacts/com.jwebmp.thirdparty/uadetector-core/ -->
<dependency>
    <groupId>com.jwebmp.thirdparty</groupId>
    <artifactId>uadetector-core</artifactId>
    <version>0.67.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.thirdparty/uadetector-core/
implementation 'com.jwebmp.thirdparty:uadetector-core:0.67.0.7'
// https://jarcasting.com/artifacts/com.jwebmp.thirdparty/uadetector-core/
implementation ("com.jwebmp.thirdparty:uadetector-core:0.67.0.7")
'com.jwebmp.thirdparty:uadetector-core:jar:0.67.0.7'
<dependency org="com.jwebmp.thirdparty" name="uadetector-core" rev="0.67.0.7">
  <artifact name="uadetector-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.thirdparty', module='uadetector-core', version='0.67.0.7')
)
libraryDependencies += "com.jwebmp.thirdparty" % "uadetector-core" % "0.67.0.7"
[com.jwebmp.thirdparty/uadetector-core "0.67.0.7"]