Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-langcommons-lang2.1-jar
junitjunit3.8.1-jar
jzmicerzmicer.utils0.9.1-jar
jzmicer.teamjpatterns.grammar0.9.1-jar
log4jlog4j1.2.8-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
castorcastor.anttasks1.1.2.1-jar
castorcastor.codegen1.1.2.1-jar
castorcastor.xml1.1.2.1-jar
commons-loggingcommons-logging1.0.4-jar
xercesxercesImpl2.6.2-jar

Project Dependency Graph

Dependency Listings

jpatterns

JPatterns is a Java Framework providing the set of patterns implementation in Java as well as opportunity to create JPatterns consumer specific patterns and include them to using the plugins-based mechanism. Also it provides the built-in support of scopes and priorities allowing consumers of framework introduce different configuration scopes, override any implementations and configurations items just increasing priority. Plugins-based architecture gives the Java developer the way to standartize your application and make it really components-running, as we just a: determine what could be the pattern (as it is component based - we need to define the component) b: extebnd standard XSD with the grammar you need for the component c: plugin it to the JPatterns d: use it everywhere, not at the concrete application, moreover, with the scopes/priorities support. And what is great you are pushing the developers working with you to operate on the patterns laguage and making their development stuff as a reusable components which could be used separately or could plugin to Jpatterns.

http://jpatterns.sourceforge.com

JUnit

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

http://junit.org

Unnamed - log4j:log4j:jar:1.2.8

Lang

Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

zmicer.utils

JZmicer.utils provides the set of the utility classes for the increasing the productivity of Java developers. There are different areas these utils cover: working with class loaders, reflection facilities, utilities for working with files, logging utils, utilities for obtaining resources, for calculating and manipulating with reqular expressions, string utils, some usefull short-cust utils (for checking input arguments and the logical state of objects). The dedicated utilities are for organizing file resources based testing process.

http://zmicer.com

jpatterns.grammar

http://jpatterns.sourceforge.com

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/logging/

Unnamed - xerces:xercesImpl:jar:2.6.2

Unnamed - castor:castor.xml:pom:1.1.2.1

Unnamed - castor:castor.anttasks:pom:1.1.2.1

Unnamed - castor:castor.codegen:pom:1.1.2.1