is not current version
Last Version 30.1.1a

com.nordstrom.tools:guava-agent 30.1.1

Nordstrom guava-agent applies runtime transformations to the Guava library that resurrect a beta version of the TimeLimiter interface and the SimpleTimeLimiter class that implements it. These changes enable clients of the UrlChecker class of the Selenium 2 API to utilize updated releases of Guava that resolve a security defect related to unbounded allocation of memory.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.nordstrom.tools
ArtifactId

ArtifactId

guava-agent
Version

Version

30.1.1
Type

Type

jar

Download guava-agent 30.1.1


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