Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
com.google.guava | guava | 18.0 | jar | The Apache Software License, Version 2.0 |
com.tunguski | hibernate-validator-pl | 0.1-SNAPSHOT | jar | - |
commons-dbcp | commons-dbcp | 1.4 | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 2.4 | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.3.2 | jar | The Apache Software License, Version 2.0 |
org.hibernate | hibernate-core | 4.3.7.Final | jar | GNU Lesser General Public License |
org.hibernate | hibernate-validator | 5.1.2.Final | jar | Apache License, Version 2.0 |
org.hsqldb | hsqldb | 2.3.2 | jar | HSQLDB License, a BSD open source license |
org.slf4j | slf4j-jdk14 | 1.7.9 | jar | MIT License |
org.springframework | spring-context-support | 4.1.4.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-orm | 4.1.4.RELEASE | jar | The Apache Software License, Version 2.0 |
pl.matsuo | matsuo-util | 1.0-SNAPSHOT | jar | GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 |
test
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 | Type | License |
---|---|---|---|---|
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
org.mockito | mockito-core | 1.10.19 | jar | The MIT License |
org.springframework | spring-test | 4.1.4.RELEASE | jar | The Apache Software License, Version 2.0 |
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:
test
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 | Type | License |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.objenesis | objenesis | 2.1 | jar | Apache 2 |
Project Dependency Graph
Dependency Tree
- pl.matsuo:matsuo-model:jar:1.0-SNAPSHOT
matsuo-model Description: Common code for building server and web applications.
URL: https://tunguski.github.io/maven-core/matsuo-model
Project License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
- pl.matsuo:matsuo-util:jar:1.0-SNAPSHOT (compile)
matsuo-util Description: Common code for building server and web applications.
URL: https://tunguski.github.io/maven-core/matsuo-util
Project License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
- org.springframework:spring-core:jar:4.1.4.RELEASE (compile)
Spring Core Description: Spring Core
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- commons-logging:commons-logging:jar:1.2 (compile)
Apache Commons Logging Description: Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
URL: http://commons.apache.org/proper/commons-logging/
Project License: The Apache Software License, Version 2.0
- commons-logging:commons-logging:jar:1.2 (compile)
- commons-codec:commons-codec:jar:1.10 (compile)
Apache Commons Codec Description: The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
URL: http://commons.apache.org/proper/commons-codec/
Project License: Apache License, Version 2.0
- com.fasterxml.jackson.core:jackson-databind:jar:2.5.0 (compile)
jackson-databind Description: General data-binding functionality for Jackson: works on core streaming API
URL: http://github.com/FasterXML/jackson
Project License: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0 (compile)
Jackson-annotations Description: Core annotations used for value types, used by Jackson data binding package.
URL: http://github.com/FasterXML/jackson
Project License: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-core:jar:2.5.0 (compile)
Jackson-core Description: Core Jackson abstractions, basic JSON streaming API implementation
URL: https://github.com/FasterXML/jackson
Project License: The Apache Software License, Version 2.0
- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0 (compile)
- org.springframework:spring-core:jar:4.1.4.RELEASE (compile)
- org.springframework:spring-orm:jar:4.1.4.RELEASE (compile)
Spring Object/Relational Mapping Description: Spring Object/Relational Mapping
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- org.springframework:spring-beans:jar:4.1.4.RELEASE (compile)
Spring Beans Description: Spring Beans
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- org.springframework:spring-jdbc:jar:4.1.4.RELEASE (compile)
Spring JDBC Description: Spring JDBC
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- org.springframework:spring-tx:jar:4.1.4.RELEASE (compile)
Spring Transaction Description: Spring Transaction
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- org.springframework:spring-beans:jar:4.1.4.RELEASE (compile)
- org.springframework:spring-context-support:jar:4.1.4.RELEASE (compile)
Spring Context Support Description: Spring Context Support
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- org.springframework:spring-context:jar:4.1.4.RELEASE (compile)
Spring Context Description: Spring Context
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- org.springframework:spring-aop:jar:4.1.4.RELEASE (compile)
Spring AOP Description: Spring AOP
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- aopalliance:aopalliance:jar:1.0 (compile)
AOP alliance Description: AOP Alliance
URL: http://aopalliance.sourceforge.net
Project License: Public Domain
- aopalliance:aopalliance:jar:1.0 (compile)
- org.springframework:spring-expression:jar:4.1.4.RELEASE (compile)
Spring Expression Language (SpEL) Description: Spring Expression Language (SpEL)
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- org.springframework:spring-aop:jar:4.1.4.RELEASE (compile)
- org.springframework:spring-context:jar:4.1.4.RELEASE (compile)
- org.hsqldb:hsqldb:jar:2.3.2 (compile)
HyperSQL Database Description: HSQLDB - Lightweight 100% Java SQL Database Engine
URL: http://hsqldb.org
Project License: HSQLDB License, a BSD open source license
- org.hibernate:hibernate-validator:jar:5.1.2.Final (compile)
Hibernate Validator Engine Description: Hibernate's Bean Validation (JSR-303) reference implementation.
URL: http://validator.hibernate.org/hibernate-validator
Project License: Apache License, Version 2.0
- javax.validation:validation-api:jar:1.1.0.Final (compile)
Bean Validation API Description: Bean Validation API
URL: http://beanvalidation.org
Project License: The Apache Software License, Version 2.0
- org.jboss.logging:jboss-logging:jar:3.1.3.GA (compile)
JBoss Logging 3 Description: The JBoss Logging Framework
URL: http://www.jboss.org
Project License: Apache License, version 2.0
- com.fasterxml:classmate:jar:1.0.0 (compile)
ClassMate Description: Library for introspecting types with full generic information including resolving of field and method types.
URL: http://github.com/cowtowncoder/java-classmate
Project License: The Apache Software License, Version 2.0
- javax.validation:validation-api:jar:1.1.0.Final (compile)
- org.hibernate:hibernate-core:jar:4.3.7.Final (compile)
Core Hibernate O/RM functionality Description: The core O/RM functionality as provided by Hibernate
URL: http://hibernate.org
Project License: GNU Lesser General Public License
- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1 (compile)
JBoss Logging I18n Annotations Description: Parent POM for JBoss projects. Provides default project build configuration.
URL: http://www.jboss.org/jboss-logging-tools-parent/jboss-logging-annotations
Project License: Public Domain
- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final (compile)
Java Transaction API Description: The Java Transaction 1.2 API classes
URL: http://www.jboss.org/jboss-transaction-api_1.2_spec
Project License: Common Development and Distribution LicenseGNU General Public License, Version 2 with the Classpath Exception
- dom4j:dom4j:jar:1.6.1 (compile)
dom4j Description: dom4j: the flexible XML framework for Java
URL: http://dom4j.org
Project License: No license is defined for this project.
- xml-apis:xml-apis:jar:1.0.b2 (compile)
XML Commons External Components XML APIs Description: xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
URL: http://xml.apache.org/commons/#external
Project License: The Apache Software License, Version 2.0
- xml-apis:xml-apis:jar:1.0.b2 (compile)
- org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final (compile)
Hibernate Commons Annotations Description: Common reflection code used in support of annotation processing
URL: http://hibernate.org
Project License: GNU Lesser General Public License
- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final (compile)
Java Persistence API, Version 2.1 Description: Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation. See README.md for details
URL: http://hibernate.org
Project License: Eclipse Public License (EPL), Version 1.0Eclipse Distribution License (EDL), Version 1.0
- org.javassist:javassist:jar:3.18.1-GA (compile)
Javassist Description: Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
URL: http://www.javassist.org/
Project License: MPL 1.1LGPL 2.1Apache License 2.0
- antlr:antlr:jar:2.7.7 (compile)
AntLR Parser Generator Description: A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
Project License: BSD License
- org.jboss:jandex:jar:1.1.0.Final (compile)
Java Annotation Indexer Description: Parent POM for JBoss projects. Provides default project build configuration.
URL: http://www.jboss.org/jandex
Project License: AL 2.0
- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1 (compile)
- com.tunguski:hibernate-validator-pl:jar:0.1-SNAPSHOT (compile)
Set of Polish Hibernate Validators Description: There is currently no description associated with this project.
URL: https://github.com/tunguski/hibernate-validator-pl
Project License: No license is defined for this project.
- commons-lang:commons-lang:jar:2.6 (compile)
Commons Lang Description: 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.
URL: http://commons.apache.org/lang/
Project License: The Apache Software License, Version 2.0
- commons-lang:commons-lang:jar:2.6 (compile)
- commons-dbcp:commons-dbcp:jar:1.4 (compile)
Commons DBCP Description: Commons Database Connection Pooling
URL: http://commons.apache.org/dbcp/
Project License: The Apache Software License, Version 2.0
- commons-pool:commons-pool:jar:1.5.4 (compile)
Commons Pool Description: Commons Object Pooling Library
URL: http://commons.apache.org/pool/
Project License: The Apache Software License, Version 2.0
- commons-pool:commons-pool:jar:1.5.4 (compile)
- org.springframework:spring-test:jar:4.1.4.RELEASE (test)
Spring TestContext Framework Description: Spring TestContext Framework
URL: https://github.com/spring-projects/spring-framework
Project License: The Apache Software License, Version 2.0
- junit:junit:jar:4.12 (test)
JUnit Description: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: http://junit.org
Project License: Eclipse Public License 1.0
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project License: New BSD License
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.mockito:mockito-core:jar:1.10.19 (test)
Mockito Description: Mock objects library for java
Project License: The MIT License
- org.objenesis:objenesis:jar:2.1 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org
Project License: Apache 2
- org.objenesis:objenesis:jar:2.1 (test)
- com.google.guava:guava:jar:18.0 (compile)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.
URL: http://code.google.com/p/guava-libraries/guava
Project License: The Apache Software License, Version 2.0
- org.apache.commons:commons-lang3:jar:3.3.2 (compile)
Apache Commons Lang Description: Apache 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.
URL: http://commons.apache.org/proper/commons-lang/
Project License: The Apache Software License, Version 2.0
- commons-io:commons-io:jar:2.4 (compile)
Commons IO Description: The Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
URL: http://commons.apache.org/io/
Project License: The Apache Software License, Version 2.0
- org.slf4j:slf4j-jdk14:jar:1.7.9 (compile)
SLF4J JDK14 Binding Description: SLF4J JDK14 Binding
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-api:jar:1.7.9 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-api:jar:1.7.9 (compile)
- pl.matsuo:matsuo-util:jar:1.0-SNAPSHOT (compile)
Licenses
Apache License, version 2.0: JBoss Logging 3
Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1
Common Development and Distribution License: Java Transaction API
HSQLDB License, a BSD open source license: HyperSQL Database
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module, SLF4J JDK14 Binding
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007: matsuo-model, matsuo-util
Public Domain: AOP alliance, JBoss Logging I18n Annotations
GNU Lesser General Public License: Core Hibernate O/RM functionality, Hibernate Commons Annotations
New BSD License: Hamcrest Core
Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1
Apache 2: Objenesis
Unknown: Set of Polish Hibernate Validators, dom4j
Apache License 2.0: Javassist
BSD License: AntLR Parser Generator
AL 2.0: Java Annotation Indexer
The MIT License: Mockito
Apache License, Version 2.0: Apache Commons Codec, Hibernate Validator Engine
LGPL 2.1: Javassist
GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Apache Commons Lang, Apache Commons Logging, Bean Validation API, ClassMate, Commons DBCP, Commons IO, Commons Lang, Commons Pool, Guava: Google Core Libraries for Java, Jackson-annotations, Jackson-core, Spring AOP, Spring Beans, Spring Context, Spring Context Support, Spring Core, Spring Expression Language (SpEL), Spring JDBC, Spring Object/Relational Mapping, Spring TestContext Framework, Spring Transaction, XML Commons External Components XML APIs, jackson-databind
Dependency File Details
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
antlr-2.7.7.jar | 434.85 kB | 239 | 224 | 12 | 1.2 | debug |
aopalliance-1.0.jar | 4.36 kB | 15 | 9 | 2 | 1.3 | debug |
classmate-1.0.0.jar | 58.87 kB | 51 | 36 | 4 | 1.6 | debug |
jackson-annotations-2.5.0.jar | 38.88 kB | 64 | 52 | 1 | 1.6 | debug |
jackson-core-2.5.0.jar | 224.30 kB | 107 | 85 | 8 | 1.6 | debug |
jackson-databind-2.5.0.jar | 1.08 MB | 603 | 569 | 20 | 1.6 | debug |
guava-18.0.jar | 2.15 MB | 1,719 | 1,690 | 17 | 1.6 | debug |
hibernate-validator-pl-0.1-SNAPSHOT.jar | 17.66 kB | 31 | 21 | 1 | 1.6 | debug |
commons-codec-1.10.jar | 277.52 kB | 238 | 92 | 6 | 1.6 | debug |
commons-dbcp-1.4.jar | 156.76 kB | 80 | 62 | 5 | 1.6 | debug |
commons-io-2.4.jar | 180.80 kB | 128 | 110 | 6 | 1.6 | debug |
commons-lang-2.6.jar | 277.56 kB | 155 | 133 | 10 | 1.3 | debug |
commons-logging-1.2.jar | 60.38 kB | 42 | 28 | 2 | 1.2 | debug |
commons-pool-1.5.4.jar | 93.97 kB | 66 | 52 | 2 | 1.3 | debug |
dom4j-1.6.1.jar | 306.54 kB | 208 | 190 | 14 | 1.3 | debug |
validation-api-1.1.0.Final.jar | 62.28 kB | 122 | 106 | 8 | 1.6 | debug |
junit-4.12.jar | 307.55 kB | 323 | 286 | 30 | 1.5 | debug |
commons-lang3-3.3.2.jar | 403.07 kB | 241 | 217 | 12 | 1.6 | debug |
hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
hibernate-core-4.3.7.Final.jar | 5.03 MB | 3,708 | 3,459 | 201 | 1.6 | debug |
hibernate-validator-5.1.2.Final.jar | 618.27 kB | 483 | 410 | 41 | 1.6 | debug |
hibernate-commons-annotations-4.0.5.Final.jar | 73.56 kB | 79 | 67 | 7 | 1.6 | debug |
hibernate-jpa-2.1-api-1.0.0.Final.jar | 110.71 kB | 207 | 200 | 4 | 1.6 | debug |
hsqldb-2.3.2.jar | 1.40 MB | 653 | 582 | 21 | 1.6 | release |
javassist-3.18.1-GA.jar | 697.46 kB | 414 | 390 | 17 | 1.6 | debug |
jandex-1.1.0.Final.jar | 74.76 kB | 55 | 44 | 1 | 1.6 | debug |
jboss-logging-3.1.3.GA.jar | 55.84 kB | 57 | 45 | 1 | 1.6 | debug |
jboss-logging-annotations-1.2.0.Beta1.jar | 11.29 kB | 28 | 16 | 1 | 1.6 | debug |
jboss-transaction-api_1.2_spec-1.0.0.Final.jar | 27.07 kB | 35 | 22 | 2 | 1.6 | debug |
mockito-core-1.10.19.jar | 1.12 MB | 1,138 | 694 | 67 | 1.5 | debug |
objenesis-2.1.jar | 40.78 kB | 52 | 37 | 9 | 1.5 | debug |
slf4j-api-1.7.9.jar | 31.37 kB | 39 | 28 | 3 | 1.5 | debug |
slf4j-jdk14-1.7.9.jar | 7.71 kB | 15 | 5 | 1 | 1.5 | debug |
spring-aop-4.1.4.RELEASE.jar | 350.68 kB | 287 | 255 | 15 | 1.6 | debug |
spring-beans-4.1.4.RELEASE.jar | 691.71 kB | 436 | 387 | 15 | 1.6 | debug |
spring-context-4.1.4.RELEASE.jar | 1,002.03 kB | 833 | 721 | 65 | 1.6 | debug |
spring-context-support-4.1.4.RELEASE.jar | 173.93 kB | 137 | 113 | 13 | 1.6 | debug |
spring-core-4.1.4.RELEASE.jar | 983.39 kB | 767 | 721 | 40 | 1.6 | debug |
spring-expression-4.1.4.RELEASE.jar | 252.74 kB | 153 | 141 | 6 | 1.6 | debug |
spring-jdbc-4.1.4.RELEASE.jar | 416.70 kB | 335 | 301 | 18 | 1.6 | debug |
spring-orm-4.1.4.RELEASE.jar | 367.50 kB | 263 | 245 | 12 | 1.6 | debug |
spring-test-4.1.4.RELEASE.jar | 490.77 kB | 405 | 370 | 27 | 1.6 | debug |
spring-tx-4.1.4.RELEASE.jar | 246.60 kB | 233 | 195 | 20 | 1.6 | debug |
matsuo-util-1.0-SNAPSHOT.jar | 35.76 kB | 41 | 23 | 3 | 1.6 | debug |
xml-apis-1.0.b2.jar | 106.76 kB | 217 | 184 | 17 | 1.2 | release |
45 | 20.37 MB | 15,554 | 13,662 | 790 | 1.6 | 43 |
compile: 40 | compile: 18.39 MB | compile: 13,584 | compile: 12,230 | compile: 654 | - | compile: 38 |
test: 5 | test: 1.98 MB | test: 1,970 | test: 1,432 | test: 136 | - | test: 5 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | - |
repo.matsuo-it.com | http://repo.matsuo-it.com/ | Yes | Yes |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | - | Yes |
apache.snapshots | http://repository.apache.org/snapshots | - | Yes |
Repository locations for each of the Dependencies.