is not current version
Last Version 0.63.0.19

com.jwebmp.jre11:uadetector-core 0.62.0.1

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.jre11
ArtifactId

ArtifactId

uadetector-core
Version

Version

0.62.0.1
Type

Type

jar

Download uadetector-core 0.62.0.1


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