MVN

org.fakereplace.fakereplace-google-collections : fakereplace-google-collections

Maven & Gradle

May 12, 2012
1 usages
1 stars

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.

<dependency>
    <groupId>org.fakereplace.fakereplace-google-collections</groupId>
    <artifactId>fakereplace-google-collections</artifactId>
    <version>1.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fakereplace.fakereplace-google-collections : fakereplace-google-collections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.Final

All Versions

Choose a version of org.fakereplace.fakereplace-google-collections : fakereplace-google-collections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fakereplace-google-collections-1.0.1.Final

How to add a dependency to Maven

Add the following org.fakereplace.fakereplace-google-collections : fakereplace-google-collections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fakereplace.fakereplace-google-collections</groupId>
    <artifactId>fakereplace-google-collections</artifactId>
    <version>1.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fakereplace.fakereplace-google-collections : fakereplace-google-collections gradle dependency to your build.gradle file:

implementation 'org.fakereplace.fakereplace-google-collections:fakereplace-google-collections:1.0.1.Final'

Gradle Kotlin DSL: Add the following org.fakereplace.fakereplace-google-collections : fakereplace-google-collections gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fakereplace.fakereplace-google-collections:fakereplace-google-collections:1.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fakereplace.fakereplace-google-collections : fakereplace-google-collections sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fakereplace.fakereplace-google-collections" % "fakereplace-google-collections" % "1.0.1.Final"