add user agent parser and update build configuration
This commit is contained in:
9
user-agent-parser/build.gradle.kts
Normal file
9
user-agent-parser/build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id("elex-java")
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/nl.basjes.parse.useragent/yauaa
|
||||
implementation("com.github.ua-parser:uap-java:1.6.1")
|
||||
}
|
||||
Reference in New Issue
Block a user