Guava

Guava: Google Core Libraries for Java

com.google.guava : guava

Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.

Последняя версия: 31.1-jre

Дата:

Caffeine cache

com.github.ben-manes.caffeine : guava

A high performance caching library

Последняя версия: 3.1.1

Дата:

Jackson datatype: Guava

com.fasterxml.jackson.datatype : jackson-datatype-guava

Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just collection ones)

Последняя версия: 2.13.3

Дата:

Последняя версия: 2.26-b03

Дата:

Guava GWT compatible libs

com.google.guava : guava-gwt

Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more. This project includes GWT-friendly sources.

Последняя версия: 31.1-jre

Дата:

Guava InternalFutureFailureAccess and InternalFutures

com.google.guava : failureaccess

Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).

Последняя версия: 1.0.1

Дата:

Последняя версия: 3.17.0

Дата:

Guava ListenableFuture only

com.google.guava : listenablefuture

An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....

Последняя версия: 9999.0-empty-to-avoid-conflict-with-guava

Дата:

AssertJ fluent assertions for Guava

org.assertj : assertj-guava

Rich and fluent assertions for testing for Guava

Последняя версия: 3.5.0

Дата:

Guava Testing Library

com.google.guava : guava-testlib

Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.

Последняя версия: 31.1-jre

Дата:

guava-retrying

com.github.rholder : guava-retrying

This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.

Последняя версия: 2.0.0

Дата:

flink-shaded-guava-30

org.apache.flink : flink-shaded-guava

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Последняя версия: 30.1.1-jre-15.0

Дата:

Последняя версия: 3.0.0-RC3

Дата:

Последняя версия: 1.0.3

Дата:

Последняя версия: 1.9.0

Дата:

Guava BOM

com.google.guava : guava-bom

BOM for Guava artifacts

Последняя версия: 31.1-jre

Дата:

Apache Hadoop shaded Guava

org.apache.hadoop.thirdparty : hadoop-shaded-guava

Packaging of relocated (renamed, shaded) third-party libraries used by Hadoop.

Последняя версия: 1.1.1

Дата:

Handlebars Guava Cache

com.github.jknack : handlebars-guava-cache

Logic-less and semantic templates with Java

Последняя версия: 4.3.0

Дата:

Guava-OSGi

com.googlecode.guava-osgi : guava-osgi

Repackaging of Google Guava libraries as OSGi bundle

Последняя версия: 11.0.1

Дата:

drill-shaded/drill-shaded-guava

org.apache.drill : drill-shaded-guava

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Последняя версия: 28.2-jre

Дата:

guava-cache module

org.jooby : jooby-guava-cache

A modular micro web framework for Java and Kotlin

Последняя версия: 1.6.9

Дата:

jdbi3 Guava Integration

org.jdbi : jdbi3-guava

Jdbi is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.

Последняя версия: 3.30.0

Дата:

DSS Utils implementation with Google Guava

org.digidoc4j.dss : dss-utils-google-guava

DSS Utils with Google Guava : utility methods for String, Collection,...

Последняя версия: 5.9.d4j.1

Дата:

Guava (Google Common Libraries) Collections

com.google.guava : guava-collections

Guava Collections is a collections extension library with expanded collection types, implementations, and utility methods for dealing with aggregate data.

Последняя версия: r03

Дата:

Последняя версия: 1.6.3-native-mt

Дата:

guavate

com.github.steveash.guavate : guavate

Guavate is a tiny library to help bridge the gap between gauva and java8 while the Guava team figures out what they are going to release

Последняя версия: 1.0.0

Дата:

ontop-shaded-guava

net.sansa-stack.thirdparty.it.unibz.inf.ontop : ontop-shaded-guava

This module shades Google's Guava. Direct use can lead to versioning problems as some systems are dependent on specific versions of guava. This module uses the Shade plugin to re-package them under the package name org.apache.jena.ext.com.google....

Последняя версия: 4.3.0-2

Дата:

JGraphT - Guava Adapter

org.jgrapht : jgrapht-guava

A Java class library for graph-theory data structures and algorithms.

Последняя версия: 1.5.1

Дата:

Guava Eventbus

org.marketcetera : eventbus-guava

The root of Marketcetera public sources.

Последняя версия: 3.2.1

Дата:

guava

com.cedarsoft.commons : guava

Path: :open:commons:guava

Последняя версия: 8.9.2

Дата:

Apache Phoenix Relocated (Shaded) Guava

org.apache.phoenix.thirdparty : phoenix-shaded-guava

Pulls down Guava, relocates it and then makes a new jar with it.

Последняя версия: 2.0.0

Дата:

external-guava

com.fitbur.external : external-guava

FitburIO External is a collection of shaded external third party libraries.

Последняя версия: 1.0.0

Дата:

Последняя версия: 3.3.8

Дата:

Последняя версия: 11_1

Дата:

guava-mini

com.github.davidmoten : guava-mini

Classes taken from Guava

Последняя версия: 0.1.4

Дата:

Последняя версия: 2.0.0-M2

Дата:

jersey-ext-rx-client-guava

org.glassfish.jersey.ext.rx : jersey-rx-client-guava

Jersey Reactive Client - Guava (ListenableFuture) provider.

Последняя версия: 3.1.0-M3

Дата:

object-cache-guava

org.opendaylight.yangtools : object-cache-guava

OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org

Последняя версия: 2.0.23

Дата:

guava-core

com.github.gv2011 : guava-core

Fork of Guava (https://github.com/google/guava). Reduced to a selection of classes (especially immutable collections). No dependencies, Java 9 module.

Последняя версия: 28.3.2

Дата:

Guava: Google Core Libraries for Java (JDK5 Backport)

com.google.guava : guava-jdk5

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.

Последняя версия: 17.0

Дата:

Последняя версия: 2.8.4

Дата:

Последняя версия: 2018.5.0

Дата:

Apache Iceberg

org.apache.iceberg : iceberg-bundled-guava

A table format for huge analytic datasets

Последняя версия: 0.13.2

Дата:

Guava (Google Common Libraries) Input/Output

com.google.guava : guava-io

Guava IO contains a variety of types and utilities to ease IO handling in Java.

Последняя версия: r03

Дата:

Последняя версия: 31.1-jre

Дата:

external-guava

org.testifyproject.external : external-guava

Parent module of shaded external third party libraries.

Последняя версия: 1.0.6

Дата:

Sisu Guava - Core Library

org.sonatype.sisu : sisu-guava

Patched build of Guava: Google Core Libraries for Java 1.5+

Последняя версия: 0.11.1

Дата:

Apache Iceberg

com.tencent.bk.base.datahub : iceberg-bundled-guava

Apache Iceberg modified by Tencent blueking

Последняя версия: 0.13.1-bkbase.4

Дата: