Fakereplace Google Collections

A copy of the google collections 1.0 library, with the package name changed to avoid conflicts, and with all logging removed to prevent logging problems that can occur when attempting to use JUL in a javaagent.

License

License

GroupId

GroupId

org.fakereplace.fakereplace-google-collections
ArtifactId

ArtifactId

fakereplace-google-collections
Last Version

Last Version

1.0.1.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Fakereplace Google Collections
A copy of the google collections 1.0 library, with the package name changed to avoid conflicts, and with all logging removed to prevent logging problems that can occur when attempting to use JUL in a javaagent.
Source Code Management

Source Code Management

https://github.com/fakereplace/fakereplace-google-collections

Download fakereplace-google-collections

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

A copy of the google collections library, however the packages have been renamed to be prefixed with org.fakereplace in order to prevent clashes with other versions of this library, and all logging has been removed to prevent problems that occur when using java.util.logging in a javaagent.

Versions

Version
1.0.1.Final