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://awesome-wiki.github.io/awesome-wiki-java/

Java 技术栈的知识点索引 Wiki 在线阅读👉

awesome elasticsearch java mysql redis resouces spring-boot wiki

Last synced: 15 Mar 2025

https://github.com/snowiiii/mojangapi

Simple & User Friendly Java Mojang API

java mojang mojang-api

Last synced: 14 Oct 2025

https://github.com/bhamiltoncx/unicode-graphemes

Java parser for Unicode grapheme clusters, including emoji zero-width joiner (ZWJ), flag, and gender sequences

antlr antlr4 emoji graphemeclusters graphemes java lexer parser unicode

Last synced: 16 May 2025

https://github.com/gluster/libgfapi-jni

Java Native Interface (JNI) bindings for libgfapi (the GlusterFS client API)

filesystem glusterfs-java-filesystem java jni libgfapi low-level storage

Last synced: 19 Oct 2025

https://github.com/apurva313/java

Java code repository showcasing diverse projects, applications, and exercises. Explore Java concepts, algorithms, and applications to enhance your coding skills and deepen your understanding of Java programming.

java oops-in-java programming

Last synced: 15 May 2025

https://github.com/tatsuyafujisaki/hackerrank-interview-preparation-kit-kotlin

Solutions in Kotlin (or Java if Kotlin is unavailable) for the HackerRank Interview Preparation Kit

hackerrank interview-preparation-kit java kotlin

Last synced: 19 Apr 2025

https://github.com/nfriaa/swing-desktop-starter

Sample Swing Desktop Application

deskt java maven mdi swing

Last synced: 13 Apr 2025

https://github.com/helpermethod/p2e

Convert Spring configuration property names to environment variable names.

graalvm graalvm-native-image java jbang jbang-catalog

Last synced: 11 Jun 2025

https://github.com/pi4j/pi4j-examples

Example applications using the Pi4J V2 library

java pi4j raspberrypi

Last synced: 03 Sep 2025

https://github.com/diceroll-dev/dice-parser

Try it out on the command line: `curl https://api.diceroll.dev`

dice java kotlin

Last synced: 14 Jan 2026

https://github.com/chylex/minecraft-window-title

Minecraft mod that lets you customize window title and icon.

fabric forge java minecraft mod

Last synced: 12 Apr 2025

https://github.com/riveraaj/conversor-de-moneda-crc

Proyecto Conversor de Moneda con Java en el Alura Challenges de ONE - Oracle Next Education

challengeoneconversorlatam4 java

Last synced: 10 Apr 2025

https://github.com/dhis2/dhis2-java-sdk

Java SDK for DHIS2

android dhis2 integration java sdk

Last synced: 22 Apr 2025

https://github.com/xpolar/rtp

Java Minecraft plugin to randomly teleport users around the map.

java minecraft minecraft-plugin rtp

Last synced: 03 Sep 2025

https://github.com/sondosaabed/baby-frecuencies-hash

Baby-Frecuencies managment application using Hash table as data Structure. Java | JavaFX

baby-frecuency data-structures hashtable java javafx-application

Last synced: 01 Nov 2025

https://github.com/Skyost/SerialKey

Lock your chests and doors.

bukkit chest door java lock plugin trapdoor

Last synced: 10 Mar 2025

https://github.com/sondosaabed/max-led-lighting

Find optimal number of maximum leds that can be powered using 2 dimentional dynamic programming

dynamic-programming java javafx-application leds longest-common-subsequence

Last synced: 22 Apr 2025

https://github.com/cctyl/bilirecommbehaviorcorrection

基于黑白名单规则实现的bilibili个性化推荐的纠正

bilibili bilibili-api java springboot vue

Last synced: 22 Apr 2025

https://github.com/sondosaabed/babies-frecuencies

Baby-Frecuencies managment application using AVL tree as data Structure. Java | JavaFX

avl-tree baby-frecuency data-structures java javafx-application

Last synced: 22 Apr 2025

https://github.com/arquillian/arquillian-extension-android

Arquillian Android Platform Containers

android arquillian java obsolete

Last synced: 14 Jan 2026

https://github.com/egormkn/latexview

🔢 JavaFX component that renders LaTeX text and math formulas

formula fxml java javafx javafx-component javafx-components jlatexmath latex

Last synced: 27 Oct 2025

https://github.com/imgios/flyseum

✈ European flight booking website made with Java Servlets.

ajax bootstrap css3 html5 java java-servlets javabeans javascript jquery jsp maven mysql tomcat webapp

Last synced: 02 Jul 2025

https://github.com/jlumbroso/java-random-hash

A simple, time-tested, family of random hash functions in Java, based on CRC32, affine transformations, and the Mersenne Twister. 🎲

data-streaming flajolet flajolet-martin hash-functions hyperloglog java

Last synced: 26 Jul 2025

https://github.com/project-openubl/searchpe

Descarga la base de datos de la SUNAT y lo almacena en tu propio servidor

java javaee quarkus sunat

Last synced: 07 May 2025

https://github.com/japneet001/ninja-slayground

All the solutions of Ninja Slayground: 21-Day Challenge

challenge coding cpp java python

Last synced: 17 Apr 2026

https://github.com/hisano/wasm-interpreter-on-java

WebAssembly Interpreter written in Java (Java 8, Pure Java, No library dependencies)

interpreter java java8 purejava wasm webassembly

Last synced: 23 Apr 2025

https://github.com/liftwizard/liftwizard

A collection of utilities for Dropwizard

dropwizard java reladomo

Last synced: 05 Jan 2026

https://github.com/ahmednasserg/the-conqueror

A single player turn-based empire building game.

game java mvc oop

Last synced: 16 May 2025

https://github.com/erdemerbaba/general-purpose-inclusive-devops-ecosystem

Inclusive devops ecosystem is general purpose environment for maintain both fullstack and devops projects.

ansible configurable devops docker elasticsearch flagger fullstack java jenkins kafka keda kubernetes mongodb prometheus react redis sonarcube swagger system terraform

Last synced: 10 Mar 2026

https://github.com/bufgix/study.lib

Konya Teknik Üniversitesi haftalık programlama ödevleri

c cpp java

Last synced: 02 Sep 2025

https://github.com/sandun-induranga/car-rental-system

Full Stack Web Application using Spring framework as backend.

bootstrap css3 hibernate html5 java javascript jquery lombok maven mysql spring spring-mvc springdata-jpa tomcat

Last synced: 07 Apr 2025

https://github.com/shubh2-0/functional-interface

An interface with exactly one abstract method is called Functional Interface. @FunctionalInterface annotation is added so that we can mark an interface as functional interface. It is not mandatory to use it, but it’s best practice to use it with functional interfaces to avoid addition of extra methods accidentally. If the interface is annotated wit

annotation exceptions functional-programming interface java jvm lamda-functions

Last synced: 17 Apr 2025

https://github.com/twitch4j/twitch4j-minecraft-plugin

Bukkit Plugin Template with Twitch API Integration for Minecraft Servers, powered by Twitch4J

api bukkit craftbukkit hacktoberfest helix irc java kotlin minecraft oauth pubsub spigot twitch twitch4j twitchdev

Last synced: 01 Sep 2025

https://github.com/tangxbai/mybatis-mapper

Mybatis generic mapper plugin for solving most basic operations, simplifying sql syntax and improving dynamic execution efficiency

java mybatis mybatis-mapper sql-template

Last synced: 15 Apr 2025

https://github.com/yukihane/hello-java

learning Java language

java

Last synced: 22 Jul 2025

https://github.com/khmarbaise/echo-maven-plugin

Maven Echo Plugin

java maven maven-plugin

Last synced: 14 Apr 2025

https://github.com/mbien/netbeans-opengl-pack

NetBeans OpenGL Pack provides an easy to use OpenGL development environment integrated into NetBeans

java netbeans-plugin opengl

Last synced: 15 Apr 2025

https://github.com/themaxium69/tyromod

💚 Le TyroMod Officiel - Pour le Serveur Minecraft TyroServ

forge java minecraft-mod tyrolium tyroserv

Last synced: 15 Jul 2025

https://github.com/devtony101/springacademic

This is a sample project, made for academic and demonstrational purposes only.

hibernate java java-8 javaweb spring spring-boot spring-data-jpa spring-hibernate spring-mvc spring-security

Last synced: 30 Apr 2025

https://github.com/polyhedraldev/substrate

High-performance Java scripting API & language - purely functional DSL for data-driven applications

dsl functional-programming hacktoberfest java language objectweb-asm

Last synced: 05 Apr 2025

https://github.com/rmraya/fluenta

Translation Manager for DITA projects

dita java translation xliff xliff-manager

Last synced: 01 Sep 2025

https://github.com/hoangtien2k3/design-pattern

◉ Design Patterns includes 3 main groups: 1. Creational pattern, 2. Behavioral pattern, 3. Structural pattern.

java java-design-patterns kotlin kotlin-design-patterns patterns-java

Last synced: 21 Apr 2025

https://github.com/oxidewavelength/java-betterreflection

Java library that caches reflections to make accessing them faster

cache java reflection reflections

Last synced: 08 Apr 2025

https://github.com/stantmob/card-show-taken-pictures-view

A custom view to take pictures and put image in card view gallery .

android android-library java library picture-gallery

Last synced: 23 Feb 2026

https://github.com/epam/imago

2D chemical structure image recognition toolkit

cheminformatics cpp indigo java ocr opencv python recognition

Last synced: 06 Oct 2025

https://github.com/pante/lingua-franca

Java Internationalisation that doesn't suck

i18n internationalization java java-11 lingua-franca locale localization localize

Last synced: 05 Oct 2025

https://github.com/azimjohn/nupogodi

Nu Pogodi - Game Built with JavaFX

java javafx university-project

Last synced: 13 Oct 2025

https://github.com/caimucheng/leafide

A modern IDE for Android written in Kotlin, supporting web projects, native projects, and more.

android android-app android-studio editor ide java kotlin-android multilanguage

Last synced: 12 Apr 2025

https://github.com/jdmaturen/hive-hll

Hive UD{A,}Fs wrapping https://github.com/aggregateknowledge/java-hll

aggregateknowledge hive-hll hll java

Last synced: 12 Apr 2025

https://github.com/over-run/minecraft2d

This game is moved to Recx due to a local law requirement. This is a sandbox game. (Beta coming s∞n...)

2d-game game java minecraft-2d opengl sandbox sandbox-game sandplay

Last synced: 17 Aug 2025

https://github.com/apache/causeway-app-helloworld

Apache Causeway™ software is a framework for rapidly developing domain-driven apps in Java. This repo contains a sample app to help you quickly learn the essentials of the framework.

ddd domain-driven-design graphql java naked-objects rad rapid-application-development restful-objects web-framework

Last synced: 11 Oct 2025

https://github.com/wkrzywiec/nasa-picture

Single-page application which display NASA's Astronomy Picture of the Day

docker gradle java jsp spring-boot

Last synced: 09 Oct 2025

https://github.com/goh-chunlin/cheese

Speech to text app for travellers using Microsoft Cognitive Services on Azure.

android-application java luis microsoft-cognitive-services speech voicetext

Last synced: 26 Apr 2025

https://github.com/sskorol/selenium-camp-16

Selenium Camp 2016 - Effective UI tests scaling on Java - talk's demo

demo java java-8 mysql rest selenium-grid selenium-webdriver test-automation testng vibur-object-pool

Last synced: 10 Apr 2025

https://github.com/wingify/vwo-java-sdk

[DEPRECATED] VWO Java SDK for server-side A/B Testing

ab-testing java java-sdk murmurhash3 server-side server-side-rendering vwo

Last synced: 26 Apr 2025

https://github.com/chat-pass/dify-api-java-sdk

Dify API Java SDK 是一个用于与 [Dify](https://dify.ai) 平台进行交互的 Java 客户端库。它提供了对 Dify 应用 API 和知识库 API 的完整支持,让 Java 开发者能够轻松地将 Dify 的生成式 AI 能力集成到自己的应用中。

api dify java java-8 sdk

Last synced: 05 Oct 2025

https://github.com/hardiksinghbehl/rsql-spring-boot

Representational State Transfer + Structured Query Language(RSQL): Demo application using RSQL parser to filter records based on provided condition(s)

harry-potter-api java rsql rsql-jpa-specification spring-boot

Last synced: 09 Apr 2025

https://github.com/born2snipe/maven-custom-logging

attempt to customize/modify Maven 3 logging

java logging maven

Last synced: 05 Jul 2025

https://github.com/pm6422/luix-passport

This project provides you a standard auth2 server and client configuration powered by Spring Boot 3 with the ability to authenticate login and using PostgreSQL DB as datastore.

java oauth2 security spring spring-boot

Last synced: 17 Jan 2026

https://github.com/auth0-blog/embedded-spring-5

Spring 5, Embedded Tomcat 8, and Gradle: a Quick Tutorial

gradle java spring spring5 tomcat tomcat8

Last synced: 02 Mar 2026

https://github.com/coollog/micronaut-jib

Dockerize and run a "Hello World" Micronaut app.

docker gradle groovy java jib kubernetes micronaut microservices

Last synced: 22 Jan 2026

https://github.com/sandun-induranga/supermarket

This is for practice hibernate framework

hibernate java javafx mysql

Last synced: 17 Oct 2025

https://github.com/hms-core/hms-iap-vr-serverdemo

The sample encapsulates APIs of the IAP VR server. The repository contains 2 branches of java and php.

hms in-app-purchase java php server-demo vrpay

Last synced: 20 Oct 2025

https://github.com/CodeRayZhang/Chat

简单页面聊天系统,登录即可连接

chat java javascript json

Last synced: 26 Oct 2025

https://github.com/ramanaditya/beginners

This is a repository containing all the beginning steps to start with programming from level zero

c cplusplus cpp hacktoberfest hacktoberfest-2020 hacktoberfest2020 java python python3

Last synced: 30 Oct 2025

https://github.com/ozgen/binance-telegram-bot

Binance Telegram Bot is an automated trading bot that integrates Binance's trading capabilities with signals received from Telegram channels.

binance binance-api binance-trading-bot btc java telegram-bot trade-bot

Last synced: 24 Jan 2026

https://github.com/uctakeoff/uc-jni

uc::jni is a Java Native Interface (JNI) wrapper library created C++14 single-header.

android cpp cpp11 cpp14 java jni jni-android

Last synced: 17 Mar 2026

https://github.com/evochora/evochora

Evochora: Simulation for foundational artificial life research

alife artificial-life digital-life evolution java open-ended-evolution simulation

Last synced: 02 Feb 2026

https://github.com/muhammedzohaib/hitfit-gym-app

A Java and JavaFX-based Gym Management App that enables user login/signup and provides administrative features for efficient gym management. Simplify and streamline your gym operations with this user-friendly application.

desktop-app gui gui-application gym-management-system intellij-idea java java-project javafx javaprogramming project semester-project

Last synced: 04 Mar 2026

https://github.com/varshithvhegde/pdfsign

Android App to Digitaly Sign PDF

android androidstudio java pdfsign playstore

Last synced: 04 Mar 2026

https://github.com/st235/richtextview

A simple way to work with icon fonts. 💰

android assets fonts icons java library performance text

Last synced: 04 Mar 2026

https://github.com/pranjay-poddar/hack_this_fall_2.0

Project Submission For Hack This Fall 2.0 Hackathon

angular bootstrap css hackathon-project html java maven medical spring-boot typescript

Last synced: 04 Mar 2026

https://github.com/gjermundgaraba/beaconmqtt

Android app to forward beacon events over MQTT (for home automation scenarios)

android app beacon estimote iot java mqtt

Last synced: 05 Mar 2026

https://github.com/thedeathlycow/more-geodes

A Minecraft Fabric mod to add more geodes to your world

fabricmc java minecraft minecraft-mod

Last synced: 05 Mar 2026

https://github.com/bertrandmartel/bboxapi-router

:signal_strength: Bbox Router API client library for Kotlin/Java/Android

android api-client bbox bouygues gateway-api java kotlin library

Last synced: 07 May 2025

https://github.com/dries007/tapemouse

Tape + Mouse = TapeMouse - Now also does keyboards!

java minecraft minecraft-forge minecraft-forge-mod minecraft-mod

Last synced: 28 Oct 2025

https://github.com/apache/maven-archiver

Apache Maven Archiver

build-management java maven maven-shared

Last synced: 04 Apr 2025