не последняя версия
Последняя версия 0.66.0.1

com.jwebmp:uadetector-core 0.63.0.12

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.

Группа

Группа

com.jwebmp
Идентификатор

Идентификатор

uadetector-core
Версия

Версия

0.63.0.12
Тип

Тип

jar

Скачать uadetector-core 0.63.0.12


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