is not current version
Last Version 1.21

eu.bitwalker:UserAgentUtils 1.20

Utility classes to handle user-agents.

GroupId

GroupId

eu.bitwalker
ArtifactId

ArtifactId

UserAgentUtils
Version

Version

1.20
Type

Type

jar

Download UserAgentUtils 1.20


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