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/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/wobblyyyy/pathfinder2

Paths, trajectories, splines, the number 2, and a whole lot of swag.

challenge competition first frc ftc java library pathfinder robotics

Last synced: 23 Aug 2025

https://github.com/dreamsoft-dreamv/dreamv

DreamV 数据可视化平台

agent ai dataview java threejs vue

Last synced: 28 Aug 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/saiupadhyayula/learnspringframework

This repository contains source code of the Youtube course LearnSpringFramework

java spring spring-core

Last synced: 25 Jul 2025

https://github.com/skuzzle/snapshot-tests

Convenient snapshot testing for Java

java junit junit5-extension testing

Last synced: 17 Mar 2025

https://github.com/yagarea/java-chat

Simple encrypted chat in Java

chat hacktoberfest java rsa rsa-encryption

Last synced: 28 Jun 2025

https://github.com/glotaran/glotaran-legacy

The original global and target analysis software - GUI for TIMP built with Java

deprecated-repository java legacy-code target-analysis timp

Last synced: 18 Feb 2026

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/mytlx/snl_compiler

SNL Compiler 词法分析,语法分析

java jlu snl snl-compiler

Last synced: 17 Sep 2025

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

HUAWEI Awareness Kit provides your app with the ability to obtain contextual information including users' current time, location, behavior, audio device status, ambient light, weather, and nearby beacons. Your app can gain insight into a user's current situation more efficiently, making it possible to deliver a smarter, more considerate user experience.

android awareness consciousness geofence hms java

Last synced: 01 Aug 2025

https://github.com/angular2guy/angularandspringwithmaps

This project shows howto use Angular 19 and Bing Maps and Spring Boot 3 and Jpa with a Gradle build in clean architecture. For the communication between the frontend and the backend GraphQl is used. For development/production the H2/Postgresql databases are used. The databases are managed with Liquibase. GraalVM native image is supported.

angular angular-components angular19 archunit clean-architecture docker graalvm graalvm-native-image gradle graphql java jpa kubernetes liquibase postgresql spring-actuator spring-boot spring-graphql springboot3 typescript

Last synced: 14 Apr 2025

https://github.com/kakarottocui/xinliyuyue

基于java SpringMVC的心理咨询预约管理系统

java javascript mysql springmvc

Last synced: 28 Jul 2025

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

JSON Java serializer and parser.

java jodd json

Last synced: 01 Aug 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/joel-costigliola/assertj-neo4j

Assertions for Neo4J

assertj java neo4j

Last synced: 22 Mar 2025

https://github.com/milpol/gorilla4j

Implementation of time series compression method based on the Facebook Gorilla paper

gorilla java timeseries timeseries-data

Last synced: 14 Jan 2026

https://github.com/dbeaver/dbeaver-common

Common utils and dependencies for all DBeaver projects

database dbeaver java tycho

Last synced: 24 Apr 2025

https://github.com/danny02/graalvm-docker

Simple Docker Image for trying out GraalVM

docker-image graalvm java

Last synced: 24 Apr 2025

https://github.com/hugmanrique/cellarium

:file_folder: A typesafe heterogeneous container API

java map

Last synced: 16 Mar 2025

https://github.com/p2-inc/phasetwo-java

Phase Two API Java SDK

alpha java sdk

Last synced: 14 Jan 2026

https://github.com/jackblackevo/cors-jsonp-sample

Client-Side & Server-Side (Java) sample for Cross-Origin Resource Sharing (CORS).

ajax cors cross-origin-resource-sharing java javascript jsonp

Last synced: 09 Apr 2025

https://github.com/nvuillam/njre

Easily install and use JRE from a Node application.

adoptopenjdk java javaw jdk jre openjdk

Last synced: 29 Jun 2026

https://github.com/uglyoldbob/jni-min-helper

Minimal helper for `jni-rs`, supporting dynamic proxies, Android dex embedding and broadcast receiver. Used for calling Java code from Rust.

android invocation java proxy

Last synced: 08 Jun 2026

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/growthbook/growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)

ab-testing feature-flags java sdk

Last synced: 29 Jan 2026

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/izzelaliz/arcturus

User defined intrinsics, tailrec optimization

java javac-plugin

Last synced: 26 Oct 2025

https://github.com/moeraorg/moera-commons

Moera common classes, for issues use: https://github.com/MoeraOrg/moera-issues/issues

cryptography java library moera

Last synced: 16 Mar 2026

https://github.com/mbarre/schemacrawler-additional-lints

Some additionnal lints for Schemacrawler

database java lints schemacrawler

Last synced: 27 Oct 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/shubh2-0/basic-java

The Basic Java repository is a beginner's guide to Java programming. It includes examples and programs covering object-oriented programming, arrays, methods, and more. Whether you're new to Java or looking to strengthen your skills, this repository is the perfect resource to learn and practice Java programming concepts. 🚀📚

array boolean character class datatype float integer java java-classes object object-oriented-programming string

Last synced: 17 Mar 2026

https://github.com/stephengold/j-ogg-all

Open-source JVM libraries for reading Ogg bitstreams and decoding the media they contain.

audio codec decoder flac java jvm-library library mdct modified-discrete-cosine-transform ogg ogg-vorbis open-source streaming-audio vorbis

Last synced: 14 Apr 2025

https://github.com/crykn/guacamole

A small collection of utilities for libGDX games.

java libgdx utilities

Last synced: 22 Mar 2025

https://github.com/geocine/sjremote

A remote control for SJCam on Android via wifi

android java record-video sjcam

Last synced: 19 Mar 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/ralscha/extclassgenerator

Ext JS code generator. Creating model js classes from java classes

annotation-processor extjs java

Last synced: 14 Jun 2025

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

HMS search kit demo provides an example of integrating HUAWEI Search Kit with an app.This topic uses the search home page and search content details page as examples to describe how to use Search Kit functions and display data returned by interfaces.

android custom-search hms huawei java search searchkit spell-check

Last synced: 13 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/apache/geronimo-txmanager

Mirror of Apache Geronimo txmanager

geronimo http java javaee network-server web-framework

Last synced: 10 Apr 2025

https://github.com/mweirauch/metrics-jvm-extras

A set of additional metrics complementing Dropwizards metrics-jvm.

dropwizard java jvm metrics

Last synced: 10 Apr 2025

https://github.com/hongzhaohua/jstarcraft-dip

专注于解决数字图像处理领域的几个核心问题:图像转换,图像相似度,目标定位,目标检测,图像分割,图像聚类和图像分类. 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了多种数字图像处理,计算机视觉,计算机图形算法.

cg cv dip java

Last synced: 09 Oct 2025

https://github.com/clxering/technical-articles-collection

日常收集的技术文章(中文、中英对照)

articles back-end chinese-english-bilingual front-end full-stack java javascript

Last synced: 10 Apr 2025

https://github.com/apache/sling-org-apache-sling-feature

Apache Sling OSGi Feature Model

java osgi osgi-feature-model sling

Last synced: 23 Feb 2026

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/mkyral/josm-tracer

A tracer plugin for josm

java josm-plugin lpis ruian

Last synced: 11 Mar 2026

https://github.com/sxtanna/korm

Kotlin Object-Relational Mapping

deserialization java korm kotlin language orm serialization

Last synced: 16 Mar 2025

https://github.com/jeffreyning/nhversion

NHVersion for version your api

api java version-control version-manager

Last synced: 27 Apr 2025

https://github.com/logzio/logzio-java-sender

Java library to send structured logs (JSONs) to Logz.io via HTTPS. This the core component of Logzio Appenders in the different logging frameworks (log4j, log4j2, Logback) which can also be used on its own

integration java log-shipper logzio

Last synced: 11 Oct 2025

https://github.com/link-intersystems/clean-architecture-example

An clean architecture example application implemented in pure Java.

architecture clean-architecture clean-code example java

Last synced: 16 Oct 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/apache/brooklyn-client

Apache Brooklyn Client

brooklyn cloud java

Last synced: 19 Oct 2025

https://github.com/pknu-wap/medilenz

AI기반 의약품 검색, 의약 정보 공유 서비스 MediLenz

android-studio es6-javascript express-js java kotlin node-js

Last synced: 05 Jul 2025

https://github.com/cmiles74/scraper

A simple web scraper built around the JavaFX WebEngine

clojure java javafx javascript scraper

Last synced: 11 Mar 2026

https://github.com/danny02/jopenctm

Java implementation of the openCTM Mesh compression file format

3d-models compression format java openctm opengl

Last synced: 05 Jul 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/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/kevcodez/spring-boot-track-scheduled-tasks

Keep track of scheduled tasks and their timings and exceptions in a Spring Boot 2 project

java kotlin scheduler spring spring-aop spring-boot spring-scheduling

Last synced: 22 Apr 2025

https://github.com/sumonta056/sumonta056.github.io

New One : https://sumonta056.vercel.app/

css3 html5 java javascript portfolio-website

Last synced: 23 Apr 2025

https://github.com/opentracing-contrib/java-mongo-driver

OpenTracing Instrumentation for Mongo Driver

java mongo-driver opentracing

Last synced: 09 Jul 2025

https://github.com/huanfenz/bookmanager

SpringBoot和LayUI的图书管理系统

java layui mysql springboot

Last synced: 22 Apr 2025

https://github.com/4drian3d/jdwebhooks

A Java library to send Discord WebHooks easily

discord java java-17

Last synced: 05 May 2025

https://github.com/geningxiang/javadoc-help

JavaDoc工具 解析Java源码注释,生成api文档、接口文档

apidoc doc java javadoc swagger

Last synced: 14 Jan 2026

https://github.com/IanDarwin/date4j

Code for date4j.net's simple date API, with a POM file, for upload to Maven Central.

date-calculations date-formatting date-time java

Last synced: 12 Jul 2025

https://github.com/terroo/spaceship

A basic game made with Java and LibGDX

java libgdx

Last synced: 23 Apr 2025

https://github.com/YangDai2003/CopilotOCR-Android

Fast OCR, multi-language support, sleek design. Scan, edit, and share text effortlessly. Smart barcode and QR code scanning.

android android-ocr-application java ocr ocr-android ocr-text-reader

Last synced: 20 Apr 2025

https://github.com/jordi-jaspers/aniflix

Ad free anime streaming website with a modern UI and QoL features. Spring boot, bun and Sveltekit for the best response times.

anime api docker github-actions hibernate html java jpa liquibase mvc shadcn shadcn-ui spring spring-boot streaming svelte sveltekit tailwind video

Last synced: 11 Jun 2025

https://github.com/sebasbaumh/mapbox-vector-tile-java

Java Mapbox Vector Tile Library for Encoding/Decoding

java jdk21 jts mapbox mapbox-vector-tile vector-tiles

Last synced: 14 Jan 2026

https://github.com/meltmedia/dropwizard-crypto

A Crytpographic Bundle for Dropwizard

cryptography dropwizard dropwizard-bundle encryption java

Last synced: 22 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/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/liangjfblue/autotestbluetooth

自动重连蓝牙,首次设置好命令后,以后自动重连后自动发送输入框的命令。用于自动测试设备蓝牙的连接性能

bluetooth java

Last synced: 06 May 2025

https://github.com/ashish2030/pacman-game

This is my famous packman Game

cmd fileinputstream java

Last synced: 11 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/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/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/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/osandadeshan/maxsoft-intelliapi

First-ever code-free and lightweight cross platform API and database test automation tool.

gauge intelliapi java maven maxsoft rest-api rest-assured

Last synced: 06 May 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/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/ita-social-projects/dokazovi-be

The platform for verified medical speakers and their recommendations.

backend disease-detection evidence-based-medicine java medicine

Last synced: 04 Apr 2026

https://github.com/kiwiproject/consul-client

A Consul Client for Java

client consul java

Last synced: 08 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/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/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/rongfengliang/ows-project

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

java officeonline wopi

Last synced: 30 Apr 2025