プロジェクトの依存関係

compile

以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。

グループID 成果物ID バージョン Classifier Type 備考
commons-collections commons-collections 3.1 - jar
org.hibernate hibernate-validator 3.0.0.ga - jar

runtime

以下はこのプロジェクトのランタイム依存関係です。これらの依存関係はアプリケーションを実行するのに必要です。

グループID 成果物ID バージョン Classifier Type 備考
commons-beanutils commons-beanutils-bean-collections 1.7.0 - jar
org.hibernate hibernate-entitymanager 3.3.1.ga - jar

test

以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。

グループID 成果物ID バージョン Classifier Type 備考
com.h2database h2 1.0.70 - jar
com.himajin2001.util testutils 0.0.2 - jar

プロジェクトの過渡的依存関係

以下はこのプロジェクトの過渡的依存ライブラリのリストです。過渡的依存ライブラリはプロジェクトの依存ライブラリの依存ライブラリです。

compile

以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。

グループID 成果物ID バージョン Classifier Type 備考
aopalliance aopalliance 1.0 - jar
avalon-framework avalon-framework 4.1.3 - jar
commons-lang commons-lang 2.3 - jar
commons-logging commons-logging 1.1 - jar
javax.persistence persistence-api 1.0 - jar
javax.servlet servlet-api 2.3 - jar
log4j log4j 1.2.12 - jar
logkit logkit 1.0.1 - jar
org.springframework spring-beans 2.0.8 - jar
org.springframework spring-context 2.0.8 - jar
org.springframework spring-core 2.0.8 - jar
org.springframework spring-dao 2.0.8 - jar
org.springframework spring-jdbc 2.0.8 - jar
org.springframework spring-jpa 2.0.8 - jar

runtime

以下はこのプロジェクトのランタイム依存関係です。これらの依存関係はアプリケーションを実行するのに必要です。

グループID 成果物ID バージョン Classifier Type 備考
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
dom4j dom4j 1.6.1 - jar
javax.transaction jta 1.0.1B - jar
jboss javassist 3.3.ga - jar
jboss jboss-common-core 2.0.4.GA - jar
net.sf.ehcache ehcache 1.2.3 - jar
org.hibernate hibernate 3.2.4.ga - jar
org.hibernate hibernate-annotations 3.3.0.ga - jar
org.hibernate hibernate-commons-annotations 3.0.0.ga - jar

test

以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。

グループID 成果物ID バージョン Classifier Type 備考
junit junit 3.8.1 - jar
junit-addons junit-addons 1.4 - jar
org.aspectj aspectjrt 1.5.4 - jar
org.aspectj aspectjweaver 1.5.4 - jar
org.dbunit dbunit 2.2.1 - jar
org.slf4j slf4j-api 1.4.3 - jar
org.slf4j slf4j-nop 1.4.3 - jar
org.springframework spring-mock 2.0.8 - jar
poi poi 2.5.1-final-20040804 - jar
xerces xercesImpl 2.6.2 - jar
xerces xmlParserAPIs 2.6.2 - jar

プロジェクト依存関係グラフ

依存関係一覧

model

This project provides persistence and modeling part for hako5(hakoniwa v5.0).

http://www.himajin2001.com/hako5/dev/model

Hibernate Entity Manager

Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.

http://entitymanager.hibernate.org

Hibernate Annotations

EJB3-style annotations for Hibernate

http://annotations.hibernate.org

Hibernate

Relational Persistence for Java

http://www.hibernate.org

Hibernate Commons Annotations

Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.

Javassist

Javassist (Java programming assistant) is a load-time reflective system for Java.

http://www.jboss.org/products/javassist

JBoss Common Classes

JBoss Common Core Utility classes

http://www.jboss.org

Hibernate Validator

Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.

http://validator.hibernate.org

H2 Database Engine

H2 Database Engine

http://www.h2database.com

testutils

http://maven.apache.org

Unnamed - javax.persistence:persistence-api:jar:1.0

Spring Framework: JPA

Spring Framework: JPA

http://www.springframework.org

Spring Framework: Mock

Spring Framework: Mock

http://www.springframework.org

Logging

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

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

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

AspectJ weaver

http://www.aspectj.org

AspectJ runtime

http://www.aspectj.org

DbUnit Framework

DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

http://dbunit.sourceforge.net

Unnamed - commons-beanutils:commons-beanutils-bean-collections:jar:1.7.0

Unnamed - commons-collections:commons-collections:jar:3.1

Types that extend and augment the Java Collections Framework.