Project Dependencies
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 |
---|---|---|---|---|
ch.qos.logback | logback-classic | 1.1.4 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
com.pholser | junit-quickcheck-core | 0.4 | jar | The MIT License |
com.pholser | junit-quickcheck-generators | 0.4 | jar | The MIT License |
junit | junit | 4.12 | jar | Eclipse Public License 1.0 |
nl.jqno.equalsverifier | equalsverifier | 1.7.1 | jar | The Apache Software License, Version 2.0 |
org.codehaus.groovy | groovy | 2.4.6 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.hamcrest | hamcrest-library | 1.3 | jar | New BSD License |
org.junit.contrib | junit-theories | 4.12 | jar | Eclipse Public License v 1.0 |
org.mockito | mockito-core | 2.0.43-beta | jar | The MIT License |
org.objenesis | objenesis | 2.2 | jar | Apache 2 |
org.reflections | reflections | 0.9.10 | jar | WTFPL-The New BSD License |
org.slf4j | slf4j-api | 1.7.18 | jar | MIT License |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 |
---|---|---|---|---|
ch.qos.logback | logback-core | 1.1.4 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
com.google.code.findbugs | annotations | 2.0.1 | jar | GNU Lesser Public License |
com.google.guava | guava | 15.0 | jar | The Apache Software License, Version 2.0 |
javassist | javassist | 3.11.0.GA | jar | - |
net.bytebuddy | byte-buddy | 1.2.3 | jar | The Apache Software License, Version 2.0 |
ognl | ognl | 3.0.5 | jar | The Apache Software License, Version 2.0 |
org.antlr | antlr-runtime | 3.1.2 | jar | - |
org.javaruntype | javaruntype | 1.2 | jar | The Apache Software License, Version 2.0 |
org.javassist | javassist | 3.19.0-GA | jar | MPL 1.1-LGPL 2.1-Apache License 2.0 |
Project Dependency Graph
Dependency Tree
- com.github.runeflobakk:motif:jar:0.8
Motif Description: A library helping you to compose behavior from smaller parts.
URL: http://runeflobakk.github.io/motif
Project License: Apache License 2.0
- org.hamcrest:hamcrest-library:jar:1.3 (test)
Hamcrest library Description: Hamcrest library of matcher implementations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-library
Project License: New BSD License
- 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
- 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.mockito:mockito-core:jar:2.0.43-beta (test)
Mockito Description: Mock objects library for java
URL: http://mockito.org
Project License: The MIT License
- net.bytebuddy:byte-buddy:jar:1.2.3 (test)
Byte Buddy (without dependencies) Description: Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
URL: http://bytebuddy.net/byte-buddy
Project License: The Apache Software License, Version 2.0
- net.bytebuddy:byte-buddy:jar:1.2.3 (test)
- org.reflections:reflections:jar:0.9.10 (test)
Reflections Description: Reflections - a Java runtime metadata analysis
URL: http://github.com/ronmamo/reflections
Project License: WTFPL, The New BSD License
- com.google.guava:guava:jar:15.0 (test)
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 two code dependencies - javax.annotation per the JSR-305 spec and javax.inject per the JSR-330 spec.
URL: http://code.google.com/p/guava-libraries/guava
Project License: The Apache Software License, Version 2.0
- org.javassist:javassist:jar:3.19.0-GA (test)
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.1, LGPL 2.1, Apache License 2.0
- com.google.code.findbugs:annotations:jar:2.0.1 (test)
FindBugs-Annotations Description: Annotation supports the FindBugs tool
URL: http://findbugs.sourceforge.net/
Project License: GNU Lesser Public License
- com.google.guava:guava:jar:15.0 (test)
- org.objenesis:objenesis:jar:2.2 (test)
Objenesis Description: A library for instantiating Java objects
URL: http://objenesis.org
Project License: Apache 2
- org.slf4j:slf4j-api:jar:1.7.18 (test)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- ch.qos.logback:logback-classic:jar:1.1.4 (test)
Logback Classic Module Description: logback-classic module
URL: http://logback.qos.ch/logback-classic
Project License: Eclipse Public License - v 1.0, GNU Lesser General Public License
- ch.qos.logback:logback-core:jar:1.1.4 (test)
Logback Core Module Description: logback-core module
URL: http://logback.qos.ch/logback-core
Project License: Eclipse Public License - v 1.0, GNU Lesser General Public License
- ch.qos.logback:logback-core:jar:1.1.4 (test)
- org.codehaus.groovy:groovy:jar:2.4.6 (test)
Apache Groovy Description: Groovy: A powerful, dynamic language for the JVM
Project License: The Apache Software License, Version 2.0
- nl.jqno.equalsverifier:equalsverifier:jar:1.7.1 (test)
EqualsVerifier Description: EqualsVerifier can be used in JUnit 4 unit tests to verify whether the contract for the equals and hashCode methods is met.
URL: http://www.jqno.nl/equalsverifier
Project License: The Apache Software License, Version 2.0
- com.pholser:junit-quickcheck-core:jar:0.4 (test)
junit-quickcheck-core Description: QuickCheck-style parameter suppliers for JUnit theories: core functionality
URL: http://github.com/pholser/junit-quickcheck
Project License: The MIT License
- org.javaruntype:javaruntype:jar:1.2 (test)
javaruntype Description: javaRuntype is a compact library aimed at offering a runtime representation of the Java type system
URL: http://www.javaruntype.org
Project License: The Apache Software License, Version 2.0
- org.antlr:antlr-runtime:jar:3.1.2 (test)
Antlr 3 Runtime Description: A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
URL: http://www.antlr.org
Project License: No license is defined for this project.
- org.antlr:antlr-runtime:jar:3.1.2 (test)
- ognl:ognl:jar:3.0.5 (test)
OGNL - Object Graph Navigation Library Description: OGNL - Object Graph Navigation Library
URL: http://ognl.org
Project License: The Apache Software License, Version 2.0
- javassist:javassist:jar:3.11.0.GA (test)
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: No license is defined for this project.
- javassist:javassist:jar:3.11.0.GA (test)
- org.javaruntype:javaruntype:jar:1.2 (test)
- com.pholser:junit-quickcheck-generators:jar:0.4 (test)
junit-quickcheck-generators Description: QuickCheck-style parameter suppliers for JUnit theories: basic generators
URL: http://github.com/pholser/junit-quickcheck
Project License: The MIT License
- org.junit.contrib:junit-theories:jar:4.12 (test)
junit-theories Description: JUnit theories runner
URL: https://github.com/pholser/junit-theories
Project License: Eclipse Public License v 1.0
- org.hamcrest:hamcrest-library:jar:1.3 (test)
Licenses
The New BSD License: Reflections
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
New BSD License: Hamcrest Core, Hamcrest library
GNU Lesser Public License: FindBugs-Annotations
Apache 2: Objenesis
Eclipse Public License v 1.0: junit-theories
WTFPL: Reflections
Unknown: Antlr 3 Runtime, Javassist
Apache License 2.0: Javassist, Motif
The MIT License: Mockito, junit-quickcheck-core, junit-quickcheck-generators
LGPL 2.1: Javassist
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Apache Groovy, Byte Buddy (without dependencies), EqualsVerifier, Guava: Google Core Libraries for Java, OGNL - Object Graph Navigation Library, javaruntype
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
logback-classic-1.1.4.jar | 281.52 kB | 221 | 173 | 25 | 1.6 | Yes |
logback-core-1.1.4.jar | 455.41 kB | 410 | 365 | 35 | 1.6 | Yes |
annotations-2.0.1.jar | 74.56 kB | 134 | 62 | 5 | 1.5 | Yes |
guava-15.0.jar | 2.17 MB | 1650 | 1622 | 16 | 1.6 | Yes |
junit-quickcheck-core-0.4.jar | 50.97 kB | 57 | 39 | 6 | 1.6 | Yes |
junit-quickcheck-generators-0.4.jar | 47.82 kB | 69 | 47 | 7 | 1.6 | Yes |
javassist-3.11.0.GA.jar | 614.20 kB | 366 | 347 | 17 | 1.4 | Yes |
junit-4.12.jar | 314.93 kB | 323 | 286 | 30 | 1.5 | Yes |
byte-buddy-1.2.3.jar | 2.14 MB | 1497 | 1451 | 33 | 1.6 | Yes |
equalsverifier-1.7.1.jar | 504.20 kB | 399 | 363 | 22 | 1.6 | Yes |
ognl-3.0.5.jar | 227.81 kB | 140 | 129 | 3 | 1.5 | Yes |
antlr-runtime-3.1.2.jar | 138.79 kB | 105 | 92 | 4 | 1.4 | Yes |
groovy-2.4.6.jar | 4.56 MB | 3262 | 3128 | 85 | 1.6 | Yes |
hamcrest-core-1.3.jar | 45.02 kB | 52 | 45 | 3 | 1.5 | Yes |
hamcrest-library-1.3.jar | 53.07 kB | 46 | 35 | 7 | 1.5 | Yes |
javaruntype-1.2.jar | 71.17 kB | 51 | 34 | 6 | 1.5 | Yes |
javassist-3.19.0-GA.jar | 749.50 kB | 422 | 398 | 17 | 1.6 | Yes |
junit-theories-4.12.jar | 32.69 kB | 38 | 25 | 3 | 1.5 | Yes |
mockito-core-2.0.43-beta.jar | 758.76 kB | 846 | 409 | 59 | 1.5 | Yes |
objenesis-2.2.jar | 52.58 kB | 57 | 42 | 9 | 1.5 | Yes |
reflections-0.9.10.jar | 129.76 kB | 110 | 96 | 6 | 1.5 | Yes |
slf4j-api-1.7.18.jar | 40.52 kB | 46 | 34 | 4 | 1.5 | Yes |
22 | 13.51 MB | 10301 | 9222 | 402 | 1.6 | 22 |
test: 22 | test: 13.51 MB | test: 10301 | test: 9222 | test: 402 | - | test: 22 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | No |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | No | Yes |
Repository locations for each of the Dependencies.