com.github.sviperll » result4j
The project provides Result-type similar to Result-type in Rust that allows to return either successfull result or otherwise some kind of error. In Java native way of reporting errors are exceptions, either checked or unchecked, but Result-type provides a way to pass error enformation as a first-class value through the code written in functional style. Routines are provided for interoperability of normal code that uses exception and functional code that uses Result-type, so that exceptions can be catched and propagated as errors in Result-type and then rethrown again later in the control-flow.
更新时间: 2024-01-26 19:25com.github.sviperll » grumpinessy
The project provides checkstyle.xml configuration that can be used by CheckStyle to enforce opinionated formating and coding style that is somewhat similar to Sun's and OpenJDK's styles, but includes authors preferences. Additionally custom CheckStyle checkers can be used separately as part of some other CheckStyle configuration.
更新时间: 2023-12-27 19:18com.github.sviperll » maven-profiledep-extension
Allow interdependencies between maven profiles
更新时间: 2023-04-21 16:49com.github.sviperll » versioning-maven-plugin
Support versioning policy
更新时间: 2023-04-21 16:49com.github.sviperll » ozymandias
Collection of maven extensions, plugins and generally usefull artifacts
更新时间: 2023-04-21 16:49com.github.sviperll » coreext-maven-plugin
Check and install maven core extensions
更新时间: 2023-04-21 16:49com.github.sviperll » mustache-maven-plugin
Render mustache templates during the build
更新时间: 2023-04-21 16:49com.github.sviperll » bin-with-dependencies
Assembly for maven-assembly-plugin to pack jar with it's dependencies
更新时间: 2023-04-21 16:49com.github.sviperll » chicory-environment
Not portable part of chicory. This package should be as small as possible. Classes used for talking to operating system. Part of chicory.
更新时间: 2016-09-14 00:19com.github.sviperll » metachicory
Metaprogramming tools. Useful for annotation processors implementation. Part of chicory.
更新时间: 2016-09-14 00:19com.github.sviperll » chicory-time
Simple facade for Java SE date-time classes to provide functionality close to Joda-time. Part of chicory.
更新时间: 2016-09-14 00:19com.github.sviperll » chicory-core
Basic utilities to compensate shortcomings of Java SE. Part of chicory.
更新时间: 2016-09-14 00:19com.github.sviperll » chicory-text
Rudimentary tools needed for text handling. Part of chicory.
更新时间: 2016-09-14 00:19com.github.sviperll » chicory-stream
Stream processing like Java 8 streams, but works with Java 6 and have slightly different design. * Chicory-stream provides sequential-only streams, no parallel support. * Chicory-stream allows easy forking and reuse of streams, unlike Java 8 where stream can be used only once. * Chicory-stream automatically and transparently opens and closes resources each time stream is used, unlike Java 8 where stream should be manually closed. Part of chicory.
更新时间: 2016-09-14 00:19com.github.sviperll » chicory-maven-parent
This is an umbrella project that unifies several libraries. All libraries provides some basic most generic functionality. This package is used to share generic code between more specialized projects. All provided libraries tend to have as simple implementation as possible, basically some wrapping above Java SE.
更新时间: 2016-09-14 00:19仓库 | 个数 |
Central | 592045 |