Guava ListenableFuture only · Contains Guava's com.google.common.util.concurrent.ListenableFuture class, without any of its other classes -- but is also available in a second "version" that omits the class to avoid conflicts with the copy in Guava itself. 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-....
Top Usages Libraries for Java
Commons Digester · The Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
spring-boot-starter-logging · Starter for logging using Logback. Default logging starter
mybatis-plus · An enhanced toolkit of Mybatis to simplify development.
Jackson-module-parameter-names · Add-on module for Jackson (http://jackson.codehaus.org) to support introspection of method/constructor parameter names, without having to add explicit property name annotation.
Apache Groovy · Groovy: A powerful, dynamic language for the JVM
Apache CXF Runtime HTTP Transport · Apache CXF Runtime HTTP Transport
JPA 2.0 API · Hibernate definition of the Java Persistence 2.0 (JSR 317) API.
spring-boot-starter-websocket · Starter for building WebSocket applications using Spring Framework's MVC WebSocket support
Core :: Security · The common Jetty security implementation
micrometer-registry-prometheus · Application monitoring instrumentation facade
System Rules · A collection of JUnit rules for testing code which uses java.lang.System.
jersey-container-servlet · Jersey core Servlet 3.x implementation
spring-cloud-starter-config · Spring Cloud Starter
Advertisement
- Trends
- Latest
- Usages
- Job Scheduling
- Dependency Injection
- Code Analysis
- Configuration
- Microservice
- CSV
- Bytecode Manipulation
- Networking
- Caching
- Mocking
- Machine Learning
- Database
- Security & Crypto
- Template Engine
- Search
- Collections
- PaaS
- Code Coverage
- JSON
- Web Frameworks
- Processes
- Date and Time
- HTTP Clients
- Web Crawling
- ORM
- Monitoring
- Performance Analysis
- Reactive
- Science
- Logging
- REST Frameworks