General Purpose Libraries

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.

Last Version: 31.1-jre

Release Date:

Disruptor Framework

com.lmax : disruptor

Disruptor - Concurrent Programming Framework

Last Version: 4.0.0.RC1

Release Date:

Caffeine cache

com.github.ben-manes.caffeine : guava

A high performance caching library

Last Version: 3.1.1

Release Date:

JGit - Core

org.eclipse.jgit : org.eclipse.jgit

Repository access and algorithms

Last Version: 6.2.0.202206071550-r

Release Date:

Last Version: 13.0.0.Dev01

Release Date:

Java Annotation Indexer

org.jboss : jandex

Parent POM for JBoss projects. Provides default project build configuration.

Last Version: 2.4.2.Final

Release Date:

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)

Last Version: 2.13.3

Release Date:

Last Version: 2.26-b03

Release Date:

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.

Last Version: 31.1-jre

Release Date:

ThreeTen-Extra

org.threeten : threeten-extra

Additional functionality that enhances JSR-310 dates and times in Java SE 8 and later

Last Version: 1.7.0

Release Date:

fastutil

it.unimi.dsi : fastutil

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Last Version: 8.5.8

Release Date:

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).

Last Version: 1.0.1

Release Date:

JGraphT - Core

org.jgrapht : jgrapht-core

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

Last Version: 1.5.1

Release Date:

Last Version: 1.3.2

Release Date:

Last Version: 1.3.2

Release Date:

Last Version: 1.3.2

Release Date:

Last Version: 1.3.2

Release Date:

CRaSH Plugin - Mail plugin

org.crashub : crash.plugins.mail

This plugin allows to integrate JavaMail in CRaSH and provides a mail command

Last Version: 1.3.2

Release Date:

CRaSH CLI

org.crashub : crash.cli

The CRaSH command line interface module

Last Version: 1.3.2

Release Date:

vavr

io.vavr : vavr

Vavr is an object-functional library for Java 8+

Last Version: 1.0.0-alpha-4

Release Date:

MapStruct Core

org.mapstruct : mapstruct

An annotation processor for generating type-safe bean mappers

Last Version: 1.5.2.Final

Release Date:

CRaSH Embed Spring

org.crashub : crash.embed.spring

The CRaSH Spring integration module

Last Version: 1.3.2

Release Date:

agrona

org.agrona : agrona

High performance primitives and utility library.

Last Version: 1.15.2

Release Date:

Last Version: 3.17.0

Release Date:

Last Version: 3.17.0

Release Date:

High Performance Primitive Collections

com.carrotsearch : hppc

High Performance Primitive Collections: data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution.

Last Version: 0.9.1

Release Date:

MapStruct Processor

org.mapstruct : mapstruct-processor

An annotation processor for generating type-safe bean mappers

Last Version: 1.5.2.Final

Release Date:

Eclipse Collections Main Library

org.eclipse.collections : eclipse-collections

Eclipse Collections is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API and set of utility classes that work with any JDK compatible Collections, Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.

Last Version: 11.1.0.M1

Release Date:

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-....

Last Version: 9999.0-empty-to-avoid-conflict-with-guava

Release Date:

AssertJ fluent assertions for Guava

org.assertj : assertj-guava

Rich and fluent assertions for testing for Guava

Last Version: 3.5.0

Release Date:

ical4j

org.mnode.ical4j : ical4j

A Java library for reading and writing iCalendar (*.ics) files

Last Version: 4.0.0-beta1

Release Date:

Last Version: 6.2.0.202206071550-r

Release Date:

WSO2 Carbon - Orbit - LMAX Disruptor

org.wso2.orbit.com.lmax : disruptor

This bundle exports packages from disruptor jar files

Last Version: 3.3.7.wso2v1

Release Date:

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.

Last Version: 31.1-jre

Release Date:

Last Version: 6.2.0.202206071550-r

Release Date:

Eclipse Collections API

org.eclipse.collections : eclipse-collections-api

Eclipse Collections is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API and set of utility classes that work with any JDK compatible Collections, Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.

Last Version: 11.1.0.M1

Release Date:

MapStruct Core JDK 8

org.mapstruct : mapstruct-jdk8

Deprecated MapStruct artifact containing annotations to be used with JDK 8 and later - Relocated to mapstruct

Last Version: 1.5.2.Final

Release Date:

WSO2 Carbon - Registry - Indexing BE

org.wso2.carbon.registry : org.wso2.carbon.registry.indexing

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

Last Version: 4.8.2

Release Date:

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.

Last Version: 2.0.0

Release Date:

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.

Last Version: 30.1.1-jre-15.0

Release Date:

ModelMapper

org.modelmapper : modelmapper

Simple, Intelligent, Object Mapping

Last Version: 3.1.0

Release Date:

jOOL

org.jooq : jool

jOOλ is part of the jOOQ series (along with jOOQ, jOOX, jOOR, jOOU) providing some useful extensions to Java 8 lambdas.

Last Version: 0.9.14

Release Date:

Last Version: 2.0

Release Date:

Spring-Boot Starter :: Camel :: Disruptor

org.apache.camel : camel-disruptor-starter

Spring-Boot Starter for Camel :: Disruptor component

Last Version: 3.0.0-RC3

Release Date:

Last Version: 3.0.0-RC3

Release Date:

JGit - JUnit Utility Classes

org.eclipse.jgit : org.eclipse.jgit.junit

Utility classes to support JUnit testing of JGit applications.

Last Version: 6.2.0.202206071550-r

Release Date:

Orika - core

ma.glasnost.orika : orika-core

Simpler, better and faster Java bean mapping framework

Last Version: 1.5.4

Release Date:

Open Metadata Types Utility

org.odpi.egeria : open-metadata-types-utility

This package provides a utility for writing Open Metadata Types.

Last Version: 3.9

Release Date:

Maven :: Indexer Core

org.apache.maven.indexer : indexer-core

Indexer Core contains the core support for indexing Maven repositories, searching them, publishing and consuming remotely published indexes.

Last Version: 6.2.1

Release Date: