Pinned Repositories
aoc-2023-in-kotlin
Advent of Code 2023 in Kotlin
basic-annotations
A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
filterer-pattern-in-10-steps
Filterer Pattern in 10 Steps
gradle
Adaptable, fast automation for all
gradle-modules-plugin
This Gradle plugin helps working with the Java Platform Module System
tlinkowski-superpom
Gradle Settings & Gradle SuperPOM plugins for all projects of Tomasz Linkowski.
UniJ
Universal facade of JDK 9+ API, focused on Collection factory methods
tlinkowski's Repositories
tlinkowski/UniJ
Universal facade of JDK 9+ API, focused on Collection factory methods
tlinkowski/basic-annotations
A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
tlinkowski/tlinkowski-superpom
Gradle Settings & Gradle SuperPOM plugins for all projects of Tomasz Linkowski.
tlinkowski/filterer-pattern-in-10-steps
Filterer Pattern in 10 Steps
tlinkowski/aoc-2023-in-kotlin
Advent of Code 2023 in Kotlin
tlinkowski/gradle
Adaptable, fast automation for all
tlinkowski/gradle-modules-plugin
This Gradle plugin helps working with the Java Platform Module System
tlinkowski/grgit
The Groovy way to use Git.
tlinkowski/jOOL
jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
tlinkowski/kordamp-gradle-plugins
A collection of Gradle plugins
tlinkowski/kotlin
The Kotlin Programming Language
tlinkowski/lombok
Very spicy additions to the Java programming language.
tlinkowski/lombok-intellij-plugin
Lombok Plugin for IntelliJ IDEA
tlinkowski/pact-jvm
JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.