Stars
Design patterns implemented in Java
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
A Java API for generating .java source files.
Resilience4j is a fault tolerance library designed for Java8 and functional programming
Feign makes writing java http clients easier
Optimized UI components for Firebase
Event Driven WebSockets Framework with Cross-Browser Fallbacks
Jenkins plugin to run dynamic agents in a Kubernetes/Docker environment
This repository has samples that demonstrate various aspects of the AWS SDK for Android, you can get the SDK source on Github https://github.com/aws-amplify/aws-sdk-android/
Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
SQLKing is an Android SQLite ORM powered by an annotation preprocessor, tables are defined by Table annotations and CRUD classes expose an expressive api for executing SQLite queries. @memtrip