License |
License |
---|---|
GroupId | GroupIdcom.jwebmp.jre11 |
ArtifactId | ArtifactIduadetector-core |
Last Version | Last Version0.63.0.19 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUADetector :: 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
uadetector-core-0.63.0.19.pom | |
uadetector-core-0.63.0.19.jar | 191 KB |
uadetector-core-0.63.0.19-sources.jar | 138 KB |
uadetector-core-0.63.0.19-javadoc.jar | 983 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jre11/uadetector-core/ -->
<dependency>
<groupId>com.jwebmp.jre11</groupId>
<artifactId>uadetector-core</artifactId>
<version>0.63.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jre11/uadetector-core/
implementation 'com.jwebmp.jre11:uadetector-core:0.63.0.19'
// https://jarcasting.com/artifacts/com.jwebmp.jre11/uadetector-core/
implementation ("com.jwebmp.jre11:uadetector-core:0.63.0.19")
'com.jwebmp.jre11:uadetector-core:jar:0.63.0.19'
<dependency org="com.jwebmp.jre11" name="uadetector-core" rev="0.63.0.19">
<artifact name="uadetector-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jre11', module='uadetector-core', version='0.63.0.19')
)
libraryDependencies += "com.jwebmp.jre11" % "uadetector-core" % "0.63.0.19"
[com.jwebmp.jre11/uadetector-core "0.63.0.19"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 26.0-jre |
javax.activation : javax.activation-api | jar | 1.2.0 |
javax.validation : validation-api | jar | 2.0.1.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.easymock : easymock | jar | 4.0.2 |
org.powermock : powermock-api-mockito2 | jar | 2.0.0-beta.5 |
org.powermock : powermock-api-easymock | jar | 2.0.0-RC.3 |
org.powermock : powermock-module-junit4 | jar | 2.0.0-beta.5 |
org.easytesting : fest-assert | jar | 1.4 |