The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
commons-lang | commons-lang | 2.1 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
jzmicer | zmicer.utils | 0.9.1 | - | jar | |
jzmicer.team | jpatterns.grammar | 0.9.1 | - | jar | |
log4j | log4j | 1.2.8 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
castor | castor.anttasks | 1.1.2.1 | - | jar | |
castor | castor.codegen | 1.1.2.1 | - | jar | |
castor | castor.xml | 1.1.2.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
xerces | xercesImpl | 2.6.2 | - | jar |
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 is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Unnamed - log4j:log4j:jar:1.2.8
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)}/
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://jpatterns.sourceforge.com
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