License |
License |
---|---|
Categories |
CategoriesGuava General Purpose Libraries Utility |
GroupId | GroupIdcom.nordstrom.tools |
ArtifactId | ArtifactIdguava-agent |
Last Version | Last Version30.1.1a |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionguava-agent
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guava-agent-30.1.1a.pom | |
guava-agent-30.1.1a.jar | 6 KB |
guava-agent-30.1.1a-sources.jar | 4 KB |
guava-agent-30.1.1a-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/guava-agent/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>guava-agent</artifactId>
<version>30.1.1a</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/guava-agent/
implementation 'com.nordstrom.tools:guava-agent:30.1.1a'
// https://jarcasting.com/artifacts/com.nordstrom.tools/guava-agent/
implementation ("com.nordstrom.tools:guava-agent:30.1.1a")
'com.nordstrom.tools:guava-agent:jar:30.1.1a'
<dependency org="com.nordstrom.tools" name="guava-agent" rev="30.1.1a">
<artifact name="guava-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='guava-agent', version='30.1.1a')
)
libraryDependencies += "com.nordstrom.tools" % "guava-agent" % "30.1.1a"
[com.nordstrom.tools/guava-agent "30.1.1a"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 30.1.1-android |
net.bytebuddy : byte-buddy | jar | 1.11.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
net.bytebuddy : byte-buddy-agent | jar | 1.11.13 |