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 |
|---|---|---|---|---|---|
| org.apache.derby | derby | 10.2.2.0 | - | jar | |
| org.codehaus.mojo.hibernate3 | maven-hibernate3-jdk15 | 2.0-alpha-1 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | 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 |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6 | - | jar | |
| asm | asm | 1.5.3 | - | jar | |
| asm | asm-attrs | 1.5.3 | - | jar | |
| cglib | cglib | 2.1_3 | - | jar | |
| classworlds | classworlds | 1.1-alpha-2 | - | jar | |
| commons-collections | commons-collections | 2.1.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| freemarker | freemarker | 2.3.4 | - | jar | |
| geronimo-spec | geronimo-spec-jta | 1.0.1B-rc4 | - | jar | |
| javax.persistence | persistence-api | 1.0 | - | jar | |
| jboss | javassist | 3.3.ga | - | jar | |
| jboss | jboss-archive-browsing | 5.0.0alpha-200607201-119 | - | jar | |
| net.sf.ehcache | ehcache | 1.2 | - | jar | |
| org.apache.maven | maven-artifact | 2.0 | - | jar | |
| org.apache.maven | maven-artifact-manager | 2.0 | - | jar | |
| org.apache.maven | maven-model | 2.0 | - | jar | |
| org.apache.maven | maven-plugin-api | 2.0 | - | jar | |
| org.apache.maven | maven-profile | 2.0 | - | jar | |
| org.apache.maven | maven-project | 2.0 | - | jar | |
| org.apache.maven | maven-repository-metadata | 2.0 | - | jar | |
| org.apache.maven.wagon | wagon-provider-api | 1.0-alpha-5 | - | jar | |
| org.codehaus.mojo.hibernate3 | maven-hibernate3-api | 2.0-alpha-1 | - | jar | |
| org.codehaus.plexus | plexus-container-default | 1.0-alpha-8 | - | jar | |
| org.codehaus.plexus | plexus-utils | 1.0.4 | - | jar | |
| org.hibernate | hibernate | 3.2.0.cr5 | - | jar | |
| org.hibernate | hibernate-annotations | 3.2.0.ga | - | jar | |
| org.hibernate | hibernate-entitymanager | 3.2.0.ga | - | jar | |
| org.hibernate | hibernate-tools | 3.2.0.beta9a | - | jar | |
| org.hibernate | jtidy | r8-20060801 | - | jar |
JPA playground
http://www.jfrog.org/sites/jpa-greenhouse/1.0/
Maven Hibernate3 Implementation - JDK15
http://mojo.codehaus.org/maven-hibernate3/maven-hibernate3-components/maven-hibernate3-jdk15
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-plugin-api
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
http://maven.apache.org/maven2/maven-project
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-profile
Maven Model
http://maven.apache.org/maven2/maven-model
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
Maven Repository Metadata Model
Maven Plugin Mapping
http://maven.apache.org/maven2/maven-repository-metadata
Tools to manage artifacts and deployment
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-artifact
http://classworlds.codehaus.org/
Forward- and reverse-engineering tools for Eclipse and Ant.
Unnamed - freemarker:freemarker:jar:2.3.4
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser for real-world HTML.
Unnamed - geronimo-spec:geronimo-spec-jta:jar:1.0.1B-rc4
http://mojo.codehaus.org/maven-hibernate3/maven-hibernate3-api
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Relational Persistence for Java
Enterprise JavaBeans (EJB) 3.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
http://www.jcp.org/en/jsr/detail?id=220
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
http://entitymanager.hibernate.org
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
Unnamed - jboss:jboss-archive-browsing:jar:5.0.0alpha-200607201-119
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.