| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторuadetector-core |
| Версия | Версия62 |
| Тип | Типjar |
| Описание |
Описаниеnet.sf.uadetector.core
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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| uadetector-core-62.pom | |
| uadetector-core-62.jar | 191 KB |
| uadetector-core-62-sources.jar | 133 KB |
| uadetector-core-62-javadoc.jar | 979 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/uadetector-core/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>uadetector-core</artifactId>
<version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/uadetector-core/
implementation 'com.guicedee.services:uadetector-core:62'
// https://jarcasting.com/artifacts/com.guicedee.services/uadetector-core/
implementation ("com.guicedee.services:uadetector-core:62")
'com.guicedee.services:uadetector-core:jar:62'
<dependency org="com.guicedee.services" name="uadetector-core" rev="62">
<artifact name="uadetector-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='uadetector-core', version='62')
)
libraryDependencies += "com.guicedee.services" % "uadetector-core" % "62"
[com.guicedee.services/uadetector-core "62"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.guicedee.services : guava | jar | |
| com.guicedee.services : jakarta.validation-api | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| org.mapstruct : mapstruct-processor | jar | 1.3.0.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0-M1 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.12.2 |
| org.mockito : mockito-core | jar | 3.0.0 |
| com.h2database : h2 | jar | 1.4.199 |