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/gantsign/maven-parent-poms

Parent Maven POMs with best practice configuration

java kotlin maven

Last synced: 06 Apr 2025

https://github.com/cassiomolin/lucene-example

Example of application for indexing and searching with Apache Lucene.

java lucene

Last synced: 01 Sep 2025

https://github.com/huichuanli/visible-algoritme-java

实现算法可视化使用java + swing<Play Data Structures in Java>. 《Java语言玩转数据结构》代码。

algorithms java swing swing-gui

Last synced: 26 Jun 2025

https://github.com/naoghuman/app-yin-yang

The app Yin-Yang is a little JavaFX application which demonstrate some nice JavaFX features like borderless application, multilingualism, animations aso..

java java-8 javafx javafx-application maven multilingual netbeans netbeans-ide yinyang

Last synced: 18 Apr 2025

https://github.com/waylau/java-data-structures-and-algorithms-in-action

Java Data Structures and Algorithms In Action. Java数据结构和算法实战

algorithms java junit

Last synced: 23 Mar 2025

https://github.com/vojtechruz/vojtechruzicka-blog

Source code for blog vojtechruzicka.com

blog gatsby-blog giscus java javascript

Last synced: 30 Jun 2025

https://github.com/microcks/microcks-operator

New Kubernetes Operator for easy setup and management of Microcks entities

java kubernetes kubernetes-operator microcks operator

Last synced: 09 Apr 2026

https://github.com/rongfengliang/ows-project

office web app server 文档预览部署&&wopi 集成

java officeonline wopi

Last synced: 30 Apr 2025

https://github.com/tap30/hiss

A simple Java/Kotlin field-level encryption library.

encryption java kotlin

Last synced: 15 Apr 2025

https://github.com/ryanpcmcquen/propertiestojson

Convert Java .properties files to JSON (using JavaScript).

hacktoberfest java javascript json

Last synced: 03 Aug 2025

https://github.com/ovirt/java-client-kubevirt

Kubevirt java client (java-client-kubevirt) for oVirt

java kubevirt ovirt

Last synced: 15 May 2025

https://github.com/devgianlu/zeroconf-java

A pure Java implementation of the Zeroconf technology.

java zeroconf

Last synced: 05 May 2025

https://github.com/nhatsmrt/algorithmpractice

Data Structures and Algorithms Practice

algorithms cpp interview-practice java leetcode-solutions python

Last synced: 19 Apr 2026

https://github.com/aeimer/java-example-helloworld-war

Example Hello World war-file for testing purposes.

deployement hello-world java jboss

Last synced: 11 Oct 2025

https://github.com/bitwarden/passwordless-java

Bitwarden Passwordless.dev Java SDK.

bitwarden java

Last synced: 19 Apr 2025

https://github.com/pulumi-zephyr/zephyr-app

The application used in the Zephyr series of blog posts

golang java kubernetes pulumi typescript

Last synced: 20 Apr 2025

https://github.com/manifold-systems/manifold-sample-project

A simple project demonstrating how to use Manifold

intellij java manifold manifold-systems

Last synced: 10 Apr 2025

https://github.com/pangeacyber/pangea-java

Official Pangea Java Monorepo

java pangea sdk

Last synced: 04 Oct 2025

https://github.com/qiscus/qiscus-chat-sdk-android-sample

Sample User Interface for Qiscus Chat SDK Android

android api chat chat-sdk java message real-time sample

Last synced: 01 Aug 2025

https://github.com/loohp/holomobhealth

Display Mob Health above head through packets!

java minecraft papermc spigot-plugin spigotmc

Last synced: 07 Sep 2025

https://github.com/selimhorri/quarkus-vs-spring-boot-performances

Comparing Quarkus vs Spring Boot frameworks

java quarkus spring-boot

Last synced: 13 Aug 2025

https://github.com/obecker/decycle

Perform package cycle dependency checks in JVM projects (Java, Groovy, Scala, Kotlin, ...)

code-quality gradle gradle-plugin java maven-plugin modularization

Last synced: 25 Sep 2025

https://github.com/botblock/javabotblockapi

Java Wrapper for the BotBlock API [Java - maintained by @Andre601]

botblock discord discord-api hacktoberfest java

Last synced: 12 Jul 2025

https://github.com/oblac/jodd-json

JSON Java serializer and parser.

java jodd json

Last synced: 01 Aug 2025

https://github.com/pieter12345/javaloader

A Bukkit plugin which allows loading, unloading and compiling java projects in runtime.

bukkit coding craftbukkit java minecraft runtime

Last synced: 26 Oct 2025

https://github.com/eitco/eitco-mavenizer

Helps you to find or define Maven UIDs for any JAR file and generate corresponding artifact install scripts.

jar java maven metadata

Last synced: 01 Aug 2025

https://github.com/prat-man/unique4j

Java library to allow only single instance of a java application to run and enable communication between first instance and subsequent instances

java lock single-instance single-instance-app socket sockets

Last synced: 10 Apr 2025

https://github.com/apache/qpid-protonj2

Mirror of Apache Qpid ProtonJ2

amqp amqp10 amqps apache java messaging proton qpid

Last synced: 19 Oct 2025

https://github.com/rosbit/duktape-bridge

A very easy-to-use wrapper of Duktape JavaScript engine, including wrappers for C, Go and Java. The bridge wrapper is also supporting module loader for loading modules written in JS, C and Go. This package is not a binding implementation, it is aimed to be used easily

c duktape easy-to-use embedding golang java javascript

Last synced: 23 Oct 2025

https://github.com/textkernel/tx-java

The official Java SDK for the Textkernel Tx v10 API. Includes a resume parser (CV parser), job parser, resume search engine, and resume matching engine.

cv cv-parser cv-parsing java job job-parser job-parsing matching parse-resume parser parsing resume resume-parser resume-parsing sdk searching textkernel tx

Last synced: 24 Feb 2026

https://github.com/hugmanrique/cellarium

:file_folder: A typesafe heterogeneous container API

java map

Last synced: 16 Mar 2025

https://github.com/sxtanna/korm

Kotlin Object-Relational Mapping

deserialization java korm kotlin language orm serialization

Last synced: 16 Mar 2025

https://github.com/apache/geronimo-txmanager

Mirror of Apache Geronimo txmanager

geronimo http java javaee network-server web-framework

Last synced: 10 Apr 2025

https://github.com/shubh2-0/runnable_vs._callable

This GitHub repository explores Runnable and Callable interfaces in Java. It provides examples and code implementations to demonstrate their usage in concurrent programming. Learn the differences and when to use each interface. Enhance your understanding of these Java interfaces.

callable interfaces java java-8 multi-threading runnable threading

Last synced: 24 Oct 2025

https://github.com/jaredkoontz/geohashesinpolygon

:small_red_triangle: :small_blue_diamond: Find all the geohashes in a polygon. Implemented in Java

geohash-tiles geohashes java polygon

Last synced: 10 Oct 2025

https://github.com/googlecloudplatform/alloydb-java-connector

A Java library for connecting securely to your AlloyDB instances.

alloydb java socket-factory

Last synced: 20 Oct 2025

https://github.com/sormuras/hello-world-java-action

A template to demonstrate how to build a Java action.

actions github github-actions java

Last synced: 10 Apr 2025

https://github.com/ardesco/appium-maven-template

A Maven template for Appium

appium java maven template

Last synced: 06 Oct 2025

https://github.com/tmatz/android-unistroke-keyboard

Unistroke Handwriting Input Method for Programming

android android-aide gesture handwriting-recognition input-method java

Last synced: 18 Jan 2026

https://github.com/theanasuddin/stationary-shop-management

A small project on OOP from the book Object Oriented Programming by Zohirul Alam Tiemoon written in Java. Swing GUI widget toolkit API is used to design the graphical user interface. Executable Java ARchive file is available to download. Download JAR: https://cutt.ly/rmkKuOs

java java-gui-application java-swing management-system object-oriented-programming oop oops oops-in-java stationary-management swing-api zohirul-alam-tiemoon

Last synced: 28 Apr 2025

https://github.com/luismr/kafka-springboot-blueprint

This project demonstrates three different Kafka delivery modes using Spring Boot:

java java-17 java17 juni5 junit mockito spring springboot

Last synced: 04 May 2026

https://github.com/yihleego/mypages

📖 MyPages is a java based, open source pagination plugin for MyBatis that simplifies database paging queries. Many databases, one plugin.

antlr antlr4 database java mybatis mybatis-page mybatis-plugin mysql oracle page pageable pagination postgresql spring-boot sql

Last synced: 12 Apr 2025

https://github.com/pavankjadda/bookstore

Spring Boot Project deployed with Jenkins CICD pipeline on OpenShift

aws bookstore cicd java jenkins-cicd-pipeline jenkins-pipeline jenkinsfile openshift spring-boot

Last synced: 18 Jul 2025

https://github.com/codestates-seb/seb40_main_006

위치 기반 스터디 모집 플랫폼 JamIt 🍓

aws-ec2 java javascript react spring vercel

Last synced: 13 Apr 2025

https://github.com/matcracker/pocketmine-managerservers

PocketMine-ManagerServers is a useful software that allow you to install and manage servers for PocketMine-MP! You can install servers MC:PE (v1.0.5), you can...

java mcpe-util pocketmine server-management

Last synced: 07 May 2025

https://github.com/ivangfr/springboot-proxysql-mysql

The goal of this project is to use ProxySQL to load balance requests from a Spring-Boot application to MySQL Replication Master-Slave Cluster.

java mysql proxysql spring-boot spring-data-jpa spring-web-mvc

Last synced: 10 Apr 2025

https://github.com/citymonstret/jenkins4j

Simple and effective Jenkins API wrapper written in Java

api java jenkins

Last synced: 06 Mar 2026

https://github.com/yihleego/tlv

📦 A TLV (type-length-value or tag-length-value) tool for Java. TLV is an encoding scheme used for optional information element in a certain protocol.

java tag-length-value tlv type-length-value

Last synced: 15 Jul 2025

https://github.com/safnaj/java-web-application

Web App for Online Games Selling Site using Java with JSP & Servlets. Also used HTML5, CSS3, Bootstrap and MySQL.

bootstrap css html5 java java8 jsp jsp-servlet mvc

Last synced: 12 Apr 2025

https://github.com/amrdeveloper/snapmacro

Free and Open source Cross-platform bot creator with a new scripting language called snap to interact with the mouse, keyboard, and screen using Snap scripting language

bot-creator hacktoberfest interpreter java javafx macro scripting-language snap snap-scripting-language

Last synced: 12 Apr 2025

https://github.com/joselion/maybe

A monadic wrapper with a type-safe API to handle throwing operations in a functional way

error-handling exception-handling functional-java functional-programming hacktoberfest hacktoberfest2022 java maybe monad

Last synced: 20 Mar 2025

https://github.com/geysermc/erosion

Offloads Geyser work to backend servers to save on memory consumption

geyser geysermc java minecraft

Last synced: 15 Apr 2025

https://github.com/mcpringle/apus

Apus is a social media wall for conferences.

bluesky conference conferences flow java mastodon social-media social-network vaadin vaadin-flow

Last synced: 31 Aug 2025

https://github.com/comidan/heartbeatprotocol

Heartbeat protocol written in Java, working over UDP

heartbeat-protocol java network udp

Last synced: 14 Apr 2025

https://github.com/litongjava/whisper.cpp.android.java.demo

A sample Android app using java code and whisper.cpp library to do voice-to-text transcriptions.

andoird cpp java whisper-cpp

Last synced: 23 Aug 2025

https://github.com/offa/nbcndunit

NetBeans C/C++ unit testing plugin – supporting CppUTest, GoogleTest (gtest) / GoogleMock (gmock) and libunittest C++.

c cpp cpputest googletest java netbeans netbeans-plugin unit-testing

Last synced: 14 May 2025

https://github.com/jeffotoni/benchmark

alguns testes de stress para divertimos um pouco com diversas langs usadas em aplicações web para backend

c cpp csharp dart deno go java javascipt lua nodejs php rust

Last synced: 12 Apr 2025

https://github.com/software-challenge/backend

Server, Client und Spiel-Plugins der Software-Challenge Germany

java jvm kotlin server software-challenge xstream

Last synced: 10 Apr 2026

https://github.com/common-workflow-language/cwljava

Java SDK for the Common Workflow Language standards

commonwl cwl java

Last synced: 19 Aug 2025

https://github.com/tkuenneth/nativeparameterstoreaccess

A small Java library to access the Windows registry, Linux dconf and macOS defaults

java kotlin library linux macos windows

Last synced: 14 Apr 2025

https://github.com/gstreamer-java/gst1-java-fx

OpenJFX integration for GStreamer and gst1-java-core

gstreamer java javafx

Last synced: 01 Sep 2025

https://github.com/fishercoder1534/ctci

Java solutions to Cracking the Coding Interviews

ctci interviews java

Last synced: 15 May 2025

https://github.com/chdh/miniconnectionpoolmanager

A lightweight standalone Java JDBC connection pool manager

connection-pool java jdbc

Last synced: 15 Apr 2025

https://github.com/izzelaliz/arcturus

User defined intrinsics, tailrec optimization

java javac-plugin

Last synced: 26 Oct 2025

https://github.com/open-coap/kotlin-mbedtls

Kotlin wrapper of mbedtls also for java

cid dtls dtls12 iot java jvm kotlin mbedtls netty

Last synced: 06 Mar 2026

https://github.com/harshshah6/saavnmp3-android

A simple music player inspired by spotify and developed using the unofficial JioSaavn API. Has an lot of features like Search for an Artist, Song, Playlist, Albums. Not just search this app also provides you functionality to play the songs and view the artist info and much more.

android android-application android-music-player android-music-player-java java java-17 media-player music music-player simple-music-player song song-api song-player spotify spotify-api spotify-clone

Last synced: 01 Apr 2026

https://github.com/serverx-org/dsa-mastery

This repository covers the roadmap for mastering Data Structures and Algorithms in JavaScript, Python, C/C++, and Java.

algorithms algorithms-and-data-structures compitative-coding compititive-programming cpp dsa dsa-mastery hacktoberfest hacktoberfest-2024 java js learn-dsa py server-x-101 serverx

Last synced: 28 Feb 2026

https://github.com/drako01/java-59570

Repositorio con todas las Actividades repasadas en Clase a lo largo del Curso

api-rest eclipse-ide java jpa-hibernate mysql spring-boot sql

Last synced: 03 May 2025

https://github.com/krkarma777/online-store

SEED: An open-market platform built with JDK 17, Spring Boot, and Oracle DB, focusing on RESTful architecture and secure user experiences.

address-api chartjs ckeditor5 hibernate java javascript jpa jwt oauth2 online-shop oracle paypal restful-api shop spring-boot springsecurity6 thymeleaf

Last synced: 28 Oct 2025

https://github.com/rohankanojia/sample-controller-java

Java Implementation of https://github.com/kubernetes/sample-controller using Fabric8 Kubernetes Client

controller fabric8 java kubernetes sample

Last synced: 30 Apr 2025

https://github.com/niesfisch/tokenreplacer

Token Replacer is a simple and small Java Library that helps replacing tokens in strings. You can replace the tokens with static values or create values "on-the-fly" by calling a generator. You can even pass arguments to the generator which makes it pretty powerful.

generator java regex replacement tokenizer

Last synced: 10 Apr 2025

https://github.com/specs-feup/lara-framework

Tools and APIs to develop weavers for the LARA language (LARA Compiler, LARA Interpreter, Weaver Generator, etc...)

eclipse hacktoberfest java npm source-to-source

Last synced: 05 Sep 2025

https://github.com/yedhink/ktu-java

Learn Java easily. A collection of simple programs primarily focusing on the KTU syllabus for Java

awt java javafx-application jdk9 ktu learn-java simple-programs swing-gui

Last synced: 10 Apr 2025

https://github.com/stallion-x/hospital-queuing

医院排队叫号系统 大作业 A school assignment(experiment) for JSP, a simple hospital queuing Web system made by pure JSP,HTML,CSS,Javascript without any framework

css html java javascript jsp jsp-servlet mvc servlet servlet-mvc

Last synced: 30 Apr 2025

https://github.com/mohamed-taman/effective-java-se

Effective Java SE 9 through 19 APIs & Language features, make your life easier.

containers graalvm java java10 java11 java12 java13 java14 java15 jpms jshell jvm language-features

Last synced: 10 Apr 2025

https://github.com/coding-enthusiast9857/open-source-contributions

This is an open-source contribution opportunity. It is for everyone. So, Hurry up...!! Don't forget to spread love and if you like give a ⭐️

ai algorithms algorithms-and-data-structures c cpp csharp dsa games helloworld java matlab ml open-source projects python python3

Last synced: 11 Apr 2025

https://github.com/justdoom/better-messages

A Spigot plugin to add configurable messages!

better bukkit craftbukkit discord java message messages plugin spigot spigotmc

Last synced: 15 Jun 2025

https://github.com/jmix-framework/jmix-crm

CRM application based on Jmix framework

b2b crm java jmix sample

Last synced: 14 May 2026

https://github.com/apache/servicemix-documentation

Mirror of Apache ServiceMix Documentation

java network-client network-server osgi scala servicemix xml

Last synced: 10 Apr 2025

https://github.com/anuken/novi

A 2D multiplayer shooter.

game-2d java libgdx multiplatform multiplayer

Last synced: 01 May 2025

https://github.com/ev3dev-lang-java/openjdk-ev3

A custom Build of OpenJDK 9/10/11/12/13/14/15 for EV3, a Lego Mindstorms Brick using ARM Soft Float

adoptopenjdk cross-compiler ev3 ev3dev java java10 java11 java12 java13 java14 java15 java9 jvm lejos lejos-ev3 openjdk

Last synced: 10 Apr 2025

https://github.com/hoangsonww/guillotine-game

⚔️ This repository contains the "Guillotine Game," a strategy game coded in Java and JavaFX. It involves players making tactical decisions to avoid the guillotine and survive as long as possible. The game demonstrates the use of JavaFX for creating visually appealing and interactive GUIs.

game game-development gamedev gui gui-application gui-application-java guillotine guillotine-game guillotinemenu java javafx

Last synced: 22 Sep 2025

https://github.com/k33ptoo/java-swing-custom-titlebar

A project to showcase an OS aware Title bar to replace the default swing title bar which you may be able to customize and add more components.

java javaswing

Last synced: 27 Jul 2025