is not current version
Last Version 1.21

eu.bitwalker:UserAgentUtils 1.15

Utility classes to handle user-agents.

GroupId

GroupId

eu.bitwalker
ArtifactId

ArtifactId

UserAgentUtils
Version

Version

1.15
Type

Type

jar

Download UserAgentUtils 1.15


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