Project Group: com.github.sviperll

mustache-maven-plugin

com.github.sviperll : mustache-maven-plugin

Render mustache templates during the build

Last Version: 0.23

Release Date:

bin-with-dependencies

com.github.sviperll : bin-with-dependencies

Assembly for maven-assembly-plugin to pack jar with it's dependencies

Last Version: 0.23

Release Date:

ozymandias

com.github.sviperll : ozymandias

Collection of maven extensions, plugins and generally usefull artifacts

Last Version: 0.23

Release Date:

Last Version: 0.23

Release Date:

coreext-maven-plugin

com.github.sviperll : coreext-maven-plugin

Check and install maven core extensions

Last Version: 0.23

Release Date:

maven-profiledep-extension

com.github.sviperll : maven-profiledep-extension

Allow interdependencies between maven profiles

Last Version: 0.23

Release Date:

chicory-core

com.github.sviperll : chicory-core

Basic utilities to compensate shortcomings of Java SE. Part of chicory.

Last Version: 0.36

Release Date:

metachicory

com.github.sviperll : metachicory

Metaprogramming tools. Useful for annotation processors implementation. Part of chicory.

Last Version: 0.36

Release Date:

chicory-text

com.github.sviperll : chicory-text

Rudimentary tools needed for text handling. Part of chicory.

Last Version: 0.36

Release Date:

chicory-time

com.github.sviperll : chicory-time

Simple facade for Java SE date-time classes to provide functionality close to Joda-time. Part of chicory.

Last Version: 0.36

Release Date:

chicory-environment

com.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.

Last Version: 0.36

Release Date:

chicory-maven-parent

com.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.

Last Version: 0.36

Release Date:

chicory-stream

com.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.

Last Version: 0.36

Release Date:

adt4j

com.github.sviperll : adt4j

Artifact to use as universal maven parent

Last Version: 3.2

Release Date:

writejava4me

com.github.sviperll : writejava4me

Artifact to use as universal maven parent

Last Version: 0.3

Release Date:

adt4j-maven-parent

com.github.sviperll : adt4j-maven-parent

Artifact to use as universal maven parent

Last Version: 3.2

Release Date:

adt4j-examples

com.github.sviperll : adt4j-examples

Artifact to use as universal maven parent

Last Version: 3.2

Release Date:

adt4j-shaded

com.github.sviperll : adt4j-shaded

Artifact to use as universal maven parent

Last Version: 3.2

Release Date:

Last Version: 0.3

Release Date:

writejava4me-examples

com.github.sviperll : writejava4me-examples

Artifact to use as universal maven parent

Last Version: 0.3

Release Date:

universal-maven-parent

com.github.sviperll : universal-maven-parent

Artifact to use as universal maven parent

Last Version: 0.21

Release Date:

maven-parent

com.github.sviperll : maven-parent

Artifact to use as universal maven parent

Last Version: 0.16

Release Date:

maven-profiledep-extention

com.github.sviperll : maven-profiledep-extention

Allow interdependencies between maven profiles

Last Version: 0.2

Release Date:

static-mustache

com.github.sviperll : static-mustache

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.4

Release Date:

sviperll-maven-parent-6

com.github.sviperll : sviperll-maven-parent-6

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 4

Release Date:

static-mustache-maven-parent

com.github.sviperll : static-mustache-maven-parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.4

Release Date:

static-mustache-examples

com.github.sviperll : static-mustache-examples

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.4

Release Date:

text-formats

com.github.sviperll : text-formats

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.17

Release Date:

easycli4j

com.github.sviperll : easycli4j

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.17

Release Date:

repository4j

com.github.sviperll : repository4j

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.17

Release Date:

multitasking4j

com.github.sviperll : multitasking4j

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.17

Release Date:

text-templates

com.github.sviperll : text-templates

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.1

Release Date:

adt4j-core

com.github.sviperll : adt4j-core

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.11

Release Date:

chicory-common

com.github.sviperll : chicory-common

Basic data-types, algorithms and data-structures

Last Version: 0.16

Release Date:

chicory-cli

com.github.sviperll : chicory-cli

Library supporting an implementation of command line interface for Java applications

Last Version: 0.16

Release Date:

chicory-repository

com.github.sviperll : chicory-repository

Library to support an implementation of repository-pattern to use with SQL RDBMS

Last Version: 0.16

Release Date:

chicory-task

com.github.sviperll : chicory-task

Library to support multi-task programming. Allows composition and control of tasks.

Last Version: 0.16

Release Date:

adt4j-core

com.github.sviperll : adt4j-core-jdk6

ADT4J main package. ADT4J implements Algebraic Data Types in Java language using visitor pattern

Last Version: 0.7

Release Date:

adt4j-examples

com.github.sviperll : adt4j-examples-jdk6

ADT4J examples package. ADT4J implements Algebraic Data Types in Java language using visitor pattern

Last Version: 0.7

Release Date:

sviperll-common

com.github.sviperll : sviperll-common

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 1.0.3

Release Date:

sviperll-time

com.github.sviperll : sviperll-time

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.5.2

Release Date:

sviperll-maven-parent

com.github.sviperll : sviperll-maven-parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 1.0

Release Date:

sviperll-cli

com.github.sviperll : sviperll-cli

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.4.2

Release Date:

sviperll-task

com.github.sviperll : sviperll-task

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 1.0.1

Release Date:

sviperll-repository

com.github.sviperll : sviperll-repository

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 0.6.2

Release Date:

sviperll-stream

com.github.sviperll : sviperll-stream

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 1.1

Release Date:

  • 1