java-modules
There are 51 repositories under java-modules topic.
jjohannes/gradle-project-setup-howto
How to structure a growing Gradle project with smart dependency management?
gradlex-org/extra-java-module-info
A Gradle 6.8+ plugin to use legacy Java libraries as Java Modules in a modular Java project
mrin9/Modular-Java-Jersey-Vue
Moduler Java, Embedded Tomcat, Jersey, Vue, Vue3, Composition API, PrimeVue, Restfull WebApp
gradlex-org/java-module-dependencies
A Gradle plugin to use dependencies from 'module-info.java' files.
gradlex-org/java-module-testing
Gradle plugin to turn JVM Test Suites into Blackbox or Whitebox Test Suite for Java Modules
gradlex-org/java-module-packaging
A Gradle plugin to package stand-alone Java applications for multiple operating systems and architectures with 'jpackage'.
javamodules/attic
JPMS libraries and repository
certidevs/java-se-jakarta-ee
Formaciones en Java SE y Jakarta EE: JDK, programación funcional, Stream, java.time, Optional, IO NIO, Collections, Concurrencia, Módulos, HttpClient, JavaFX, SOLID, JUnit 5, EJB, CDI, Transacciones, WebSockets, Seguridad
eschmar/javafx-custom-file-ext-boilerplate
JavaFX Custom File Extension Viewer boilerplate
elide-dev/jpms
JPMS libraries and repository
dyka3773/mvn-tree-visualizer
A simple command line tool to visualize the dependency tree of a Maven project as interactive HTML diagrams or structured JSON.
emlagowski/onion-architecture-with-java-modules-example
Example of Spring Boot application in onion architecture written with modules introduced in Java 9.
Interguess/java-module-loader
Java Module loader is a framework to load .jar archives with Java modules and to introduce them as modules into a basic software.
javamodules/javamodules.dev
Web application for javamodules.dev
aqib1/Bool.com
MANCALA Game for Bool.com
chadwyck242/udemy-java-masterclass
Repository for working on Tim Buchalka's Java Masterclass on Udemy. Lessons, code examples and challenges.
da0hn/hexagonal-architecture-course
Proof of concept of an application using hexagonal architecture
da0hn/sistema-academico-lp2
Sistema acadêmico utilizando Java 11, JavaFX e JDBC
daggerok/gradle-kotlin-dsl-jigsaw-example
One more Gradle Jigsaw plugin example using Gradle Kotlin DSL multimodules build script.
deepcloudlabs/dcl215-2020-apr-27
DCL-215: Test-Driven Development using JUnit 5
Komdosh/PointsMirror
Find vertical and horizontal lines which divides points equal in mirror or message that it is impossible
orionll/plugin-app
Simple Java Plugin Application
overheadhunter/split-package-demo
How to deal with split packages in modular Java applications
wagnerww/java-modular-clean-architecture
Clean architecture with java modular and Quarkus
bmike2047/dipole-rf-calculator
Calculate analytically Ez field Voc and Pload from a half-wave dipole antenna at distance r
DhruvJawalkar/Java-Modules-Library-Modular-App
An example app designed using Java Modules feature, LibraryModularApp contains several modules like bookapi, inventory, reports, checkout and service interface notificationservice with emailnotification as service implementation. The module define dependencies in the module-info.java file using requires, exports, uses and provides keywords
Java-SE-training/Java_11_1z0-819-Modules
Java modularity usage
kagetech/event-store
A PostgreSQL + Apache Kafka based implementation of an event store.
kagetech/time-source
An implementation of java.time.InstantSource independent of the local clock and synchronized with an NTP server.
CSwebD/Student_Management_System
A Java Swing–based system for managing student and teacher records, course enrollments, and reporting in educational institutions.
deepcloudlabs/dcl210-2022-apr-18
DCL-210: Advanced Java Programming
deepcloudlabs/dcl210-2023-apr-05
DCL-210: Advanced Java Programming
fapdash/vertx-5-gradle-jlink-example
Example project showing how to build a JVM runtime image with jlink of a Vert.x 5 project via Gradle.
kagetech/schema-registry
A minimal PostgreSQL-based schema registry with partial Confluent compatibility.