An open API service indexing awesome lists of open source software.

Java

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

https://github.com/depromeet/swimie-server

🏊‍♂️ 친구들의 응원과 함께하는 수영일기, Swimie!

generative-ai hexagonal-architecture java jenkins multi-module mysql redis sentry spring-boot

Last synced: 19 Apr 2025

https://github.com/x4e/blog

Where I write stuff.

java jvm reverse-engineering

Last synced: 30 Apr 2025

https://github.com/dice-group/iguana

IGUANA is a benchmark execution framework for RDF triple stores and quad stores

benchmark benchmarks http iguana java performance-analysis performance-testing rdf sparql stresstest stresstesting triplestore

Last synced: 10 Mar 2026

https://github.com/jddev0/energizedpower

This is a technology Forge/NeoForge/Fabric mod with many machines.

fabric fabric-mod fabricmc fabricmc-mod forge forge-mod java minecraft minecraft-mod minecraftforge mod neoforge neoforge-mod

Last synced: 05 Jun 2026

https://github.com/ivangfr/spring-cloud-stream-event-routing-cloudevents

The goal of this project is to play with Spring Cloud Stream Event Routing and CloudEvents. For it, we will implement a producer and consumer of news & alert events.

cloudevents event-routing graalvm java kafdrop kafka native spring-boot spring-cloud-stream spring-webflux

Last synced: 27 Mar 2026

https://github.com/Ketbome/hytalepanel

Docker image for Hytale dedicated server with web panel. Easy setup, auto-download, real-time console.

dedicated-server game-server gaming hypixel hytale hytale-server java minecraft server-management web-panel

Last synced: 27 Mar 2026

https://github.com/zoran-jankov/repairq

RepairQ is a ticket system software application that is aimed for repair shops. It is used to track all business related things, from creating and tracing tickets, registering customers, devices that are being repaired, repair parts inventory and more.

beginer business-application data-structures database github-page java registration-forms registration-system repair-management repair-processes repair-service repairs-department serbian swing ticket-management

Last synced: 15 Apr 2025

https://github.com/willfleury/metrics-agent

JVM agent based metrics with Prometheus and Dropwizard support (Java, Scala, Clojure, Kotlin, etc)

agent apm dropwizard java jvm metrics monitoring prometheus

Last synced: 07 Apr 2025

https://github.com/descope/descope-java

Java library used to integrate with Descope

authentication descope java java-sdk sdk spring spring-boot spring-security

Last synced: 15 Apr 2025

https://github.com/jferrater/opa-data-filter-spring-boot-starter

Spring Boot library for enforcing authorization on Spring Data JPA and MongoDB by filtering data using the Open Policy Agent (OPA) partial evaluation feature.

authorization cloud-native datafilter java java-library mongodb opa opa-data-filter openpolicyagent spring-data-jpa spring-data-mongo springboot sqldb

Last synced: 11 Sep 2025

https://github.com/lijiahangmax/orion-kit

一个功能强大, 覆盖面广的工具类库。让你的开发无须编写重复的底层代码, 提高开发效率, 让你的代码更加简练、易读, 稳定且优雅。

common io java jsch kit lang spring string tools util utils

Last synced: 04 Oct 2025

https://github.com/renatoathaydes/jvm-alternatives-to-js

Repository comparing JVM alternatives to JS: CheerpJ, GWT, JSweet, TeaVM, Vaadin Flow, bck2brwsr (bonus: React, Dart)

cheerp dart gwt java jsweet reactjs teavm vaadin

Last synced: 26 Mar 2025

https://github.com/snowty/myfacepp

基于Face++的人脸识别课堂考勤系统。

android java

Last synced: 14 Jul 2025

https://github.com/dukke/fxcomponents

New controls for JavaFX

java javafx library

Last synced: 21 Mar 2025

https://github.com/jelmerro/unicam

A cross-platform open-source webcam viewer

camera java slf4j webcam webcam-capture

Last synced: 21 Jul 2025

https://github.com/santanusinha/dropwizard-db-sharding-bundle

A bundle for implementing application level sharding on traditional databases.

dropwizard dropwizard-bundle java mariadb mysql

Last synced: 06 Apr 2025

https://github.com/however-yir/campus-recruitment-recommendation-system

Campus recruitment recommendation system built with Spring Boot, Vue, MySQL, and user-based collaborative filtering for job matching.

campus-recruitment collaborative-filtering full-stack java job-matching mysql recommendation-system recruitment-system spring-boot vue2

Last synced: 01 May 2026

https://github.com/fengchangfight/chef-assist

点菜传菜后厨一体系统

java quasar springboot vuejs

Last synced: 17 Jan 2026

https://github.com/sinnerschrader/skillwill

Skills Management @ SinnerSchrader

java less react redux skills spring-boot

Last synced: 13 Apr 2025

https://github.com/codebox/readable-regex

Java library for creating readable regular expressions

java readability regular-expressions

Last synced: 12 Jun 2025

https://github.com/benelog/lambda-resort

examples of filtering, sorting, mapping by Java, Groovy, Scala, Kotlin, Xtend, Ceylon

groovy java lambda xtend

Last synced: 04 Sep 2025

https://github.com/micronaut-projects/micronaut-maven-plugin

Maven plugin to execute Micronaut applications

groovy java kotlin maven micronaut

Last synced: 24 Dec 2025

https://github.com/open-feature/java-sdk-contrib

Community contributions for hooks and reference providers

feature-flags java openfeature

Last synced: 11 Mar 2026

https://github.com/casid/jte-intellij

IntelliJ plugin for jte template files.

intellij-plugin java template-engine

Last synced: 16 Mar 2025

https://github.com/oreoft/cache-anno

Automatic cache annotation based on AOP implementation, support Redis and local cache, read and write cache data in the simplest way

annotation cache java redis

Last synced: 11 Jan 2026

https://github.com/green4j/green-jelly

Garbage-free (green), simple and fast stream oriented JSON parser and generator if you need to parse/generate mega(giga)bytes of data with no GC pauses

fast java json json-generator json-parser streaming

Last synced: 11 Jan 2026

https://github.com/picovoice/flutter-voice-processor

Flutter audio recording plugin designed for real-time speech audio processing

android audio audio-processing audio-recorder dart flutter ios java swift

Last synced: 14 Jul 2025

https://github.com/zongxr/flask-ssm

一款模仿SpringFramework的Python的web后端框架,基于Flask二次封装。通过Python反射模拟了Java的IOC控制反转,通过Python装饰者模式模拟了Java的AOP面向切面编程。具有接口自动发现、定时任务自动注册、事务管理器、单元测试,等功能。简化web后端开发流程,聚焦业务逻辑,让你按照Spring的习惯写Python

aspect-oriented-programming flask flask-apscheduler flask-sqlalchemy inversion-of-control java mvc mybatis python reflection spring springframework web

Last synced: 17 Jun 2025

https://github.com/j256/simplecsv

Simple Java CSV reading and writing library using Java annotations

annotations csv java

Last synced: 22 Mar 2025

https://github.com/hoangsonww/employee-management-fullstack-app

🧑🏻‍💻 This repository hosts the Employee Management Full-Stack App, built with a modern React frontend with a robust Java Spring Boot backend to provides efficient data management and an interactive user experience. Currently deployed live with AWS RDS, Docker, Render, & Vercel.

aws docker full-stack fullstack-development java javascript jsx maven mongodb mui-material rds-mysql react reactjs rest-api restful-api spring spring-boot spring-mvc springframework vercel

Last synced: 29 Oct 2025

https://github.com/dawnings/dy-task-actuator-simple

待遇任务执行器-一个简单的任务执行器

java maven task

Last synced: 24 Jul 2025

https://github.com/magiclu550/edclass4j

这是一款加密jar包和远程端授权密匙的控制程序

encode jar java

Last synced: 11 Apr 2025

https://github.com/stephanj/llama3javachatcompletionservice

Llama3.java Inference engine with OpenAI Chat Completion REST API/

inference-api java llama3 openai-api

Last synced: 05 May 2025

https://github.com/heliosminecraft/heliosclient

Fabric anarchy utility mod for the latest Minecraft version.

fabricmc-mod helios-client helios-utility-mod java minecraft-mod minecraft-utility-mod

Last synced: 12 Apr 2025

https://github.com/treblereel/three4g

Three.js for GWT

3d gwt html5 java vr webgl

Last synced: 05 May 2025

https://github.com/jbapple/libfilter

High-speed Bloom filters and taffy filters for C, C++, and Java

bloom-filter bloom-filters bloomfilter c cpp data-structures java library

Last synced: 16 Mar 2025

https://github.com/dk900912/oplog-spring-boot

spring boot support for operation log

java operation-audit operation-log spring spring-boot

Last synced: 12 Mar 2026

https://github.com/cettia/asity

Build universally reusable web fragments on the JVM

abstraction-layer asynchronous framework-agnostic http java jvm web-fragment web-framework websockets

Last synced: 14 Jun 2025

https://github.com/cryptography-cafe/curve25519-elisabeth

Pure Java implementation of group operations on ristretto255 and Curve25519

cryptography curve25519 edwards-curve elliptic-curves java ristretto

Last synced: 19 Jan 2026

https://github.com/apache/datafusion-java

Java bindings for Apache DataFusion

apache arrow datafusion java jni jvm query-engine sql

Last synced: 15 Jun 2026

https://github.com/automatedowl/allure-environment-writer

Java library which allows to write environment.xml file into allure-results directory.

allure-report java reporting-tool testing-tools testng

Last synced: 30 Apr 2025

https://github.com/arindal1/30day-js

30 day challenge by @hiteshchoudhary to revise and practice JavaScript

30daysofjavascript api chaiaurcode java javascript js practice react restful-api weather-app webdevelopment

Last synced: 04 Apr 2025

https://github.com/yuzawa-san/onnxruntime-java

A type-safe, lightweight, modern, and performant binding Java binding of Microsoft's ONNX Runtime

ai-framework deep-learning java machine-learning onnx onnxruntime panama

Last synced: 16 Jan 2026

https://github.com/ericyoondotcom/minecraftmanhunt

Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration

bukkit bukkit-plugin discord discord-bot java jda jda-bot lavaplayer minecraft minecraft-plugin spigot spigot-plugin

Last synced: 31 Aug 2025

https://github.com/hussien89aa/javaessentialtrainingjavaforandroid

Java Essential Training Java For Android source

java java-8

Last synced: 15 Apr 2025

https://github.com/flytegg/neptune

An annotation-based slash command framework for JDA.

bot command-framework discord discord-bot java jda kotlin

Last synced: 07 May 2025

https://github.com/justinsdk/servletjsptutorial

《Servlet & JSP 技術手冊 - 從 Servlet 到 Spring Boot》相關資源

java javaee8 javamail jdbctemplate jsp servlet spring spring-mvc spring-security spring-thymeleaf

Last synced: 08 Apr 2025

https://github.com/Revxrsal/Tuna-Bytes

An all-purpose mixins framework for Java bytecode manipulation at runtime, targeted at those with minimal understanding of the bytecode structure.

bytecode bytecode-manipulation classloader java mixins

Last synced: 10 May 2025

https://github.com/jhermann/jmx4py

:hot_pepper: :snake: :package: Jolokia Python Client

api-client java jmx jolokia python

Last synced: 19 Apr 2025

https://github.com/appbaseio/appbase-droid

Elasticsearch and appbase.io library for Android (and Java)

android appbase elasticsearch elasticsearch-client java

Last synced: 26 Jun 2025

https://github.com/smalam119/Easy-Signature-Android

Android library which provides a signature view.

android java

Last synced: 03 Aug 2025

https://github.com/tupilabs/humannameparser.java

HumanNameParser.java, a Java port of HumanNameParser.php. Parser for human names in Java, all credit goes to @jasonpriem

hacktoberfest java name nlp textprocessing

Last synced: 30 Jul 2025

https://github.com/owmii/powah

Discord:

java minecraft mod powah

Last synced: 10 Sep 2025

https://github.com/hms-core/hms-scene-demo

HMS Scene kit demo provides an example of integrating HUAWEI Scene Kit with an app. A 3D graphics rendering engine performs more with less. User-friendly rendering APIs for games, AR & VR apps, and other apps bring your users a stunning visual experience.

3d-graphics android graphics hms huawei java scenekit

Last synced: 01 Aug 2025

https://github.com/hms-core/hms-image-vision-java

This sample code is to guide the developer how to integrate the Image Vision Sub-service of the Image Kit, calling the image filter function. This sub-service provides 24 unique filter effects to enhance the artistic conception and artistic sense of the images.

android hms huawei image-editing imagekit java photo picture

Last synced: 13 Aug 2025

https://github.com/inkatze/wildfly

Ansible role for wildfly

ansible ansible-role java wildfly

Last synced: 25 Jan 2026

https://github.com/mhashim6/system-command-executor

A library to make the process of executing system commands through java a simple task.

beginner-friendly command-line-tools java library object-oriented oop

Last synced: 09 Mar 2026

https://github.com/spiderpig86/metromapmaker

:bullettrain_side: Build the metro map of your dreams.

java javafx javafx-application map metro subway underground

Last synced: 10 Apr 2025

https://github.com/stevenschwenke/javafxworkshop

Code and a handout for a JavaFX workshop

fxml java javafx javafx-application scene-builder workshop

Last synced: 10 Apr 2025

https://github.com/drsnowbird/knime-docker

KNIME Analytics Platform & SDK with Docker Container in X11 desktop

analytics-platform docker docker-container java knime knime-analytics-platform machine-learning x11

Last synced: 10 Apr 2025

https://github.com/enilink/llrp4j

LLRP protocol and networking for Java

java llrp

Last synced: 10 Apr 2025

https://github.com/rohan23chhabra/p2p

Practice project to demonstrate p2p file sharing.

java java-8 java8 javafx javafx-application jfoenix network networking peer-to-peer shared

Last synced: 10 Apr 2025

https://github.com/jinhucheung/hubplayer

以酷狗音乐播放器的用户界面为原型, 制作的一个基于 Java Sound, 实现播放、搜索、下载的音乐播放器

java java-sound java-swing jsoup music-player substance

Last synced: 30 Apr 2025

https://github.com/rominalodolo/udemyoauth2.0

https://www.udemy.com/course/oauth-2-simplified/

java oauth2

Last synced: 03 May 2025

https://github.com/thriving-dev/kafka-streams-cassandra-state-store

'Drop-in' Kafka Streams State Store implementation that persists data to Apache Cassandra / ScyllaDB

apache-cassandra cassandra java kafka-streams stream-processing

Last synced: 10 Apr 2025

https://github.com/ivangfr/springboot-rsocket-webflux-aop

The goal of this project is to play with RSocket protocol. For it, we will implement three Spring Boot Java applications, movie-server, movie-client-shell and movie-client-ui. As storage, it's used the reactive NoSQL database MongoDB. All the streaming of movie events and the logging are handling by AOP (Aspect Oriented Programming).

docker graalvm java mongodb native rsocket semantic-ui spring-aop spring-boot spring-data-mongodb-reactive spring-shell spring-webflux thymeleaf websocket

Last synced: 14 Oct 2025

https://github.com/bg-software-llc/ssb-slimeworldmanager

An addon for SuperiorSkyblock2 that adds SlimeWorldManager support for worlds management!

bgsoftware java minecraft plugin skyblock spigot superiorskyblock

Last synced: 19 Oct 2025

https://github.com/paypay/paypayopa-sdk-java

With PayPay's Payment SDK, you can build a custom Payment checkout process to suit your unique business needs and branding guidelines

java paypay paypayopa paypaysdk

Last synced: 18 Feb 2026

https://github.com/kwon37xi/slf4j-lambda

slf4j with Java 8 lambda

java java8 lambda logging slf4j

Last synced: 14 Apr 2025

https://github.com/bwaldvogel/log4j-systemd-journal-appender

Log4j appender for systemd-journal that maintains structured log data

java journald log4j systemd

Last synced: 23 Apr 2025

https://github.com/red-studio-ragnarok/valkyrie

As the Valkyries' whispers guide us, we carve our path to a Valhalla of optimized Minecraft gameplay.

java minecraft minecraft-forge minecraft-mod minecraft-modding

Last synced: 26 Apr 2025

https://github.com/numaproj/numaflow-java

Numaflow Java SDK

java numaflow numaflow-sdk

Last synced: 23 Apr 2025

https://github.com/jericks/geometrycommands

Commandline application for manipulating geometry.

cli geometry java jts

Last synced: 17 Dec 2025

https://github.com/jackhallam/weightless-orm

🛸 A lightweight database mapping library

database java java-orm mongo mongodb orm

Last synced: 23 Jun 2025

https://github.com/operator-framework/josdk-webhooks

Framework and tooling to support writing dynamic admission controllers and conversion hooks for Kubernetes in Java

controller conversion-hook dynamic-admission-controller java kubernetes

Last synced: 11 Jan 2026

https://github.com/expr4j/expr4j

Java library to evaluate mathematical expressions

expression-evaluator java shunting-yard shunting-yard-algorithm

Last synced: 30 Oct 2025