Projects in Awesome Lists tagged with java-library
A curated list of projects in awesome lists tagged with java-library .
https://github.com/sivaraam/repositoryaccessor
A Java File Accessor customised for a project
Last synced: 19 Jun 2026
https://github.com/gmugra/net.cactusthorn.initializer
A Java library to dynamically initialize Java Objects
annotation java java-library java8 reflection
Last synced: 21 Mar 2025
https://github.com/smstree/smstree-java
Java library for the SMS Tree API.
java java-lib java-library sms-api sms-gateway smstree
Last synced: 13 Mar 2025
https://github.com/shred/commons-view
Flexible web views for Java and Spring
Last synced: 07 Sep 2025
https://github.com/electrostar/picolib
Java Library to use Pico Technology's PicoScopes
java java-library linux picoscope picoscope-oscilloscope windows
Last synced: 25 Feb 2026
https://github.com/mojoauth/java-sdk
Integrate MojoAuth into your Java application with ease. Our Java SDK provides seamless support for advanced authentication features such as PassKeys, SMS, OIDC, SAML, Social Sign-In, MFA, FIDO, OTP, and passwordless login. Experience top-tier security and performance with our API-first solution.
authenitcation ciam iam identity-server java-library mfa otp passkeys passkeys-demo passwordless passwordless-authentication
Last synced: 06 Sep 2025
https://github.com/nowisesys/foa-java
Java (tm) library implementing the FOA (Fast Object and Array) encoding/decoding specification.
encoder-decoder foa java-library
Last synced: 13 Apr 2025
https://github.com/onelitefeathernet/vulpes-model
A library for Java which contains some model definitions for vulpes
Last synced: 09 Feb 2026
https://github.com/plopezgit/sprint3_level_test_check
Level check by IT Academy
exam java java-learning java-library level-test
Last synced: 21 Mar 2025
https://github.com/tidy-coder/tidyopenfilemanagementlibrary
This repo contains functions that help to manipulate files in several languages with the same function names.
c c-library csharp csharp-library file-api file-management file-management-library file-management-system fileapi fileserviceapi fileservices filesystem-access-api filesystem-utils java java-library multiplateform python python-3 python-library
Last synced: 10 Feb 2026
https://github.com/aneesh-neelam/java-lib-aws-s3-iterator
Java library that provides a Java Iterator wrapper around AWS S3 SDK
aws aws-s3 aws-sdk-java aws-sdk-java-v1 aws-sdk-java-v2 gradle gradle-java java java-11 java-17 java-21 java-8 java-library maven-repository
Last synced: 11 Feb 2026
https://github.com/foiovituh/uva-tester
A minimalist Java library for effortless unit test execution 🍇
java java-annotations java-library maven testing unit-testing unit-tests uva uva-tester uvatester
Last synced: 18 May 2026
https://github.com/german-jongewaard/pildorastest
JavaSE Test _Youtube - PildorasInformáticas
java java-8 java-9 java-android java-api java-application java-client java-ee java-game java-library java-swing javaee
Last synced: 03 Mar 2025
https://github.com/hacimertgokhan/jext
Jext, Java based lightweight and portable web framework.
framework java java-framework java-library router web-framework
Last synced: 13 Feb 2026
https://github.com/petrknap/zoned-datetime-persistence
Timezone aware date-time persistence
datetime doctrine dql eloquent helper java-library jpa jpql laravel orm-library persistence php-library sql summer-time time-saving timezone winter-time zoneddatetime
Last synced: 25 Jan 2026
https://github.com/ljnelson/microbean-jersey-container-grizzly2-http-cdi-extension
A CDI extension that helps with running a Grizzly-backed Jersey server in a CDI 2.0 environment.
cdi cdi-extension grizzly java java-library jersey
Last synced: 24 Oct 2025
https://github.com/vsajip/jvm-cfg-lib
A JVM library for working with the CFG configuration format.
configuration java java-library kotlin kotlin-library
Last synced: 16 Apr 2026
https://github.com/ljnelson/microbean-grizzly-http-server-cdi
A collection of CDI producer methods that expose certain Grizzly objects in CDI environments.
Last synced: 28 Mar 2025
https://github.com/hypejet/concurrency-utilities
🚩 A set of utilities making concurrency in Java easier
concurrency concurrency-library concurrency-management java java-lib java-library
Last synced: 05 Apr 2025
https://github.com/vitold-sys/java-core
Java
java java-8 java-library java8
Last synced: 16 Apr 2026
https://github.com/microbean/microbean-loader
Environmental and configuration object loading for Java
java java-17 java-config java-configuration java-library java17
Last synced: 03 Apr 2025
https://github.com/vectrix-space/inertia
A simple, fast, entity component framework for Java 8+.
annotations entity-framework java java-library
Last synced: 13 Apr 2025
https://github.com/muskanmi/java-patterns
A repository containing the source codes of various pattern programs implemented using Java.
hacktoberfest java java-8-lambda java-library java-patterns
Last synced: 19 Jul 2025
https://github.com/survi218/basicfaalgorithms
Frequently asked Algorithms/Coding challenges for an Interview in Mid Level Companies.
algorithm-challenges algorithms-datastructures coding-challenge coding-interviews interview-practice java-8 java-library
Last synced: 18 Jul 2025
https://github.com/shilongdai/halcrawler
A web crawler framework
html java java-8 java-library jsoup webcrawler webcrawling webscraper webscrapping
Last synced: 17 Dec 2025
https://github.com/x-stars/java-yield-generator
Java yield generator implementation by thread.
generator java java-library threading yield
Last synced: 21 Jun 2025
https://github.com/x-stars/java-multicast-event
Java multicast event implementation by functional interface.
event functional-interface java java-library multicast
Last synced: 21 Jun 2025
https://github.com/felleslosninger/idporten-test-certificate-generator-lib
X509 test certificate generator library
idporten java java-library shared-library team-idporten
Last synced: 06 Mar 2026
https://github.com/null-none/romannumber
Arabic numerals to convert Roman numerals
converter gradle java java-library
Last synced: 16 May 2026
https://github.com/neoforged/javasourcetransformer
A tool for applying transformations to Java sources
ast ast-transformation java-library
Last synced: 05 May 2025
https://github.com/bayudwiyansatria/library-java-apache-spark
Apache Spark Libraries. Apache Spark has as its architectural foundation the resilient distributed dataset (RDD), a read-only multiset of data items distributed over a cluster of machines, that is maintained in a fault-tolerant way. The Dataframe API was released as an abstraction on top of the RDD, followed by the Dataset API. In Spark 1.x, the RDD was the primary application programming interface (API), but as of Spark 2.x use of the Dataset API is encouraged even though the RDD API is not deprecated. The RDD technology still underlies the Dataset API.
apache-spark apache-spark-framework apache-spark-library bayudwiyansatria java-library libraries library
Last synced: 14 May 2026
https://github.com/microbean/microbean-launcher
A Java program and CDI extension that assembles a classpath from a list of user-supplied Maven-style artifact coordinates and runs a CDI 2.0 container with that classpath.
cdi cdi-application cdi-extension java java-library main maven microbean
Last synced: 03 Apr 2025
https://github.com/gmugra/net.cactusthorn.utils
One more Java library with trivial static utilities
checkstyle crc32 encoding java java-library java8 jenkins maven security
Last synced: 17 Apr 2026
https://github.com/shred/commons-xml
Simple XML reader for Java
java-library lightweight simple xml-parser-library
Last synced: 07 Sep 2025
https://github.com/andrestubbe/fastrobot
Ultra-fast Java screen capture & automation library - 10-17× faster than java.awt.Robot with 60-240fps DirectX streaming, 515× faster mouse input. Windows native performance via JNI.
60fps automation bot-framework computer-vision directinput directx gaming-bot gdi java java-library jitpack jni maven native performance robot screen-capture screen-recording test-automation windows
Last synced: 17 Apr 2026
https://github.com/microbean/microbean-qualifier
A Java library providing ways to qualify things.
Last synced: 03 Apr 2025
https://github.com/aaroncoplan/spring-request-logging
Configurable, multi-mode library for logging request traffic in applications using the Spring Framework.
java java-library logging spring spring-boot spring-framework
Last synced: 20 Apr 2026
https://github.com/cmccarthyirl/retryaspect
RetryAspect is a lightweight Java library for adding automatic retry functionality to methods without using Spring. Easily integrate retry logic into your applications for handling transient errors
annotations aop aspect-oriented-programming aspectj error-handling java java-library retry retry-logic weaving
Last synced: 04 Jun 2026
https://github.com/shred/commons-text
A collection of plain and HTML text filters
html-converter java-library markdown textile
Last synced: 07 Sep 2025
https://github.com/namikazebadri/starterkit-javalib
Java library project with automatic deployment to mvn and gradle.
gradle java java-library library-automation library-management mvn
Last synced: 21 Apr 2026
https://github.com/problem4j/problem4j-jackson
Jackson integration for library implementing RFC7807 (aka RFC9457)
jackson java-library json problem-details problem-details-for-http-apis rfc7807 rfc9457
Last synced: 05 Jun 2026
https://github.com/hologramlib/addonlib
Generic addon system for Minecraft plugins
addon java java-library library minecraft spigot
Last synced: 22 Apr 2026
https://github.com/fibercrypto/libskycoin-android
Native Android library for Skycoin API
android android-lib android-library client-library java java-android java-library openapi rest-api rest-client restapi skycoin swagger swig
Last synced: 10 May 2026
https://github.com/mass1ve-err0r/libalgorithmsplus
An opinionated utility library of algorithms
algorithms algorithms-and-data-structures algorithms-datastructures java java-algorithms java-library
Last synced: 26 Apr 2026
https://github.com/luka-j/minimaljavanetworking
A barebones networking library for Java
android-library java java-library network-library
Last synced: 26 Apr 2026
https://github.com/barismeral/java-jni-sample
basic java native sample
java java-library java-native-interface native sample
Last synced: 26 Apr 2026
https://github.com/roggersanguzu/oop-projects
Showcasing Java projects focused on database integration, user interface design, and backend development. Features real-time apps, authentication, and performance optimization.
desktop-application java java-library programming ui
Last synced: 27 Apr 2026
https://github.com/barismeral/java-errorprovider
Custom Error Provider for Java
java java-8 java-algorithms java-application java-beginner java-codes java-developer java-example java-exercises java-framework java-gui java-gui-application java-language java-library java-swing
Last synced: 09 Apr 2025
https://github.com/pbenner/jigwig
Java BigWig Reader
bigwig bigwig-files bioinformatics java java-library
Last synced: 06 Oct 2025
https://github.com/nithin-sudarsan/data-mapper
Java library that offers a comprehensive solution for parsing, transforming, and mapping JSON or XML files to Java beans, driven by a given set of rules.
java-library java8 json pojobuilder xml
Last synced: 29 Apr 2026
https://github.com/ewingson/java
java sources
bfw hamburg java-library javaio lib library sources
Last synced: 16 Jun 2026
https://github.com/tomasjohansson/sweden_crs_transformations_4jvm
JVM (Scala/Java) library for transformation of geographic coordinates between WGS84 and the Swedish coordinate reference systems SWEREF99 and RT90
coordinate coordinate-reference-system coordinates crs crs-transformations gis java java-library jvm rt90 sweden swedish sweref sweref99 sweref99tm transform transformation transformations transforms wgs84
Last synced: 29 Apr 2026
https://github.com/teragrep/jai_02
Teragrep Authentication Info in JSON for Java
authentication authn java java-library json library teragrep
Last synced: 30 Apr 2026
https://github.com/omnixerio/corelibs
Core libraries focused on projects like @Ultreon's games.
common-lib common-library corelibs java-library ultreon-team
Last synced: 11 Jun 2026
https://github.com/maandree/jlibgamma
Java wrapper for libgamma
abstraction display-server-abstraction gamma java-library
Last synced: 23 Jun 2026
https://github.com/kushalv238/java-graph
Custom implementation of a Java Graph library with utilities.
collections-framework graph graph-algorithms java java-library maven open-source opensource
Last synced: 01 May 2026
https://github.com/hemantsonu20/java-util
A repository containing different util classes
java java-8 java-library maven
Last synced: 01 May 2026
https://github.com/saqibadnan0011/java-tutorials
Java Tutorial Playlist and all study material related to code and articles with assignment and solutions (code with saqib)
code-every-day java java-8 java-code java-code-best-practices java-codes java-course java-game java-library java-resources java-study-materials java-tutorials
Last synced: 27 Apr 2026
https://github.com/lsyueh/get-the-picture-4-j
為 Java 應用程式提供 COBOL Copybook 支援
cobol cobol-pic java java-library
Last synced: 02 May 2026
https://github.com/abraham-ny/filetool
File handler java library bringing the extra features that original Java Files package lacks.
archive cross-platform file-engine file-handler jar java-library java-library-starter library no-gui
Last synced: 09 Jun 2026
https://github.com/cbrnrd/ezdb4j
A ezdb client library for Java.
daemon ezdb interprocess-communication ipc java java-library nosql
Last synced: 05 Sep 2025
https://github.com/eyesprotocol/ethereum-validator
✅ 이더리움 관련 문자열 검증을 위한 jakarta.validation 구현체
ethereum jakarta-validation java-library javax-validation jsr303 jsr380
Last synced: 14 Jan 2026
https://github.com/jonestimd/subsets
Java library for finding subsets of a collection
Last synced: 14 Jan 2026
https://github.com/bayudwiyansatria/library-java-apache-hadoop
Apache Hadoop. Apache Hadoop is a collection of open-source software utilities that facilitate using a network of many computers to solve problems involving massive amounts of data and computation. It provides a software framework for distributed storage and processing of big data using the MapReduce programming model. Originally designed for computer clusters built from commodity hardware—still the common use—it has also found use on clusters of higher-end hardware. All the modules in Hadoop are designed with a fundamental assumption that hardware failures are common occurrences and should be automatically handled by the framework.
apache-hadoop apache-hadoop-framework apache-hadoop-library bayudwiyansatria java-library libraries library
Last synced: 27 Jul 2025
https://github.com/computablefacts/morta
Morta is a proof-of-concept Java implementation of a span categorizer.
data-science java-library machine-learning text-classification
Last synced: 14 Jan 2026
https://github.com/dattack/data-formats
A very simple Java library for reading and writing data in different formats
Last synced: 14 Jan 2026
https://github.com/rala72/math
This library makes using math calculations in Java easy.
java-library math math-calculations mathematics
Last synced: 14 Jan 2026
https://github.com/simplaex/estuary
beta-distribution java-8 java-library java8 machine-learning
Last synced: 09 Apr 2025
https://github.com/survi218/datastructuresandalgorithms
Practicing data structures and algorithms in java
algorithm-challenges algorithms-and-data-structures data-structures java-8 java-library java8 lambda-expressions
Last synced: 16 Mar 2025
https://github.com/mfarsikov/tuples
Java 8 Tuples
functional-programming java java-8 java-library tuples
Last synced: 29 Apr 2025
https://github.com/tuplle/petri4j
Simple Java library for Petri nets
java java-library maven petri-net petri-nets
Last synced: 04 Sep 2025
https://github.com/ultreon/corelibs
Core libraries focused on projects like @Ultreon's games.
common-lib common-library corelibs java-library ultreon-team
Last synced: 03 Jul 2025
https://github.com/teragrep/cnf_02
Teragrep Configuration Wrapper for com.typesafe.config
config configuration java-library library teragrep typesafe-config
Last synced: 22 Apr 2025
https://github.com/coderarjob/fontdialog
Font dialog in swing for java
font-dialog java java-library joptionpane swing-component
Last synced: 03 Sep 2025
https://github.com/vycius/udacity-build-it-bigger
Android developer nanodegree: Project Build It Bigger. A joke-telling app using GCE backend
android-library java-library jokes udacity-android-nanodegree
Last synced: 31 Mar 2025
https://github.com/darkhax/indirect-communication-relay
A framework for sending messages between multiple modules within the same runtime environment.
java-8 java-library modules relay
Last synced: 31 Mar 2025
https://github.com/robertvazan/hookless-servlets
Reactive adapters for javax.servlet.* classes.
hookless java java-library java-servlets reactive reactive-http-server reactive-programming servlets
Last synced: 30 May 2026
https://github.com/alesharik/alesharikwebserver
Modular java server
java java-8 java-library webserver
Last synced: 02 Sep 2025
https://github.com/vndly/json-schema
A Java library to generate JSON Schemas.
java java-library json json-schema
Last synced: 26 Jan 2026
https://github.com/shojiyao12/gui-phonebook
A simple GUI for a PhoneBook using Java as the base for its development.
add-update-delete-search classes-java contact-list java java-library phonebook phonebook-gui
Last synced: 23 Mar 2025
https://github.com/german-jongewaard/duckhunt
Duck Hunt is a shooter game in which the objective is to shoot moving targets on the mobile screen in mid-flight. The game is played from a first-person perspective, which the player presses with his finger and shoots the screen.
android-app android-application android-studio androidstudio firebase java java-library xml
Last synced: 05 May 2026
https://github.com/barismeral/java-isnumeric
Java isNumeric Method
algorithm algorithms api app custom example function java java-8 java-library java8 method methods numeric numerical-analysis numerical-methods numerics sample simple simple-api
Last synced: 09 Apr 2025
https://github.com/suprim-corp/kit-backend-base-java
Reusable Java backend toolkit — UUID, JSON, crypto, exception, web & gRPC (dev.suprim)
backend cryptography exception-handling grpc java java-library json maven spring-boot utilities
Last synced: 24 Jun 2026
https://github.com/barismeral/java
Java Language Examples
java java-10 java-8 java-algorithms java-application java-apps java-awesome java-beginner java-console java-data-structure java-developer java-development java-eclipse java-example java-framework java-gui java-jar java-library java-simple java-swing
Last synced: 09 Apr 2025
https://github.com/itaynir1/city
A Java class representing cities with properties like name, center point, central station, residents count, and neighborhoods count. Easily create, manage, and simulate cities in Java applications with the City class for geolocation and urban data.
city-class city-management contributions-welcome data-structure documentation example-code geolocation java java-development java-library object-oriented-programming readme
Last synced: 16 May 2025
https://github.com/MasoudFallahpour/JalaliDatePicker
JalaliDatePicker is a Java Swing component that provides an easy way for selecting a Jalali (aka Shamsi) date.
jalali-date-picker java-library persian-date-picker shamsi-date-picker swing-component
Last synced: 15 May 2025