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 | Licenses | 
|---|---|---|---|---|
| com.carrotsearch | hppc | 0.7.3 | jar | The Apache Software License, Version 2.0 | 
| com.google.guava | guava | 23.6-jre | jar | The Apache Software License, Version 2.0 | 
| org.apache.commons | commons-math3 | 3.6.1 | jar | Apache License, Version 2.0 | 
| org.hamcrest | hamcrest-library | 1.3 | jar | New BSD License | 
| org.jctools | jctools-core | 2.1.1 | jar | Apache License, Version 2.0 | 
| org.slf4j | slf4j-api | 1.7.25 | jar | MIT License | 
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 | Licenses | 
|---|---|---|---|---|
| ch.qos.logback | logback-classic | 1.1.7 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License | 
| junit | junit | 4.12 | jar | Eclipse Public License 1.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:
| GroupId | ArtifactId | Version | Type | Licenses | 
|---|---|---|---|---|
| com.google.code.findbugs | jsr305 | 1.3.9 | jar | The Apache Software License, Version 2.0 | 
| com.google.errorprone | error_prone_annotations | 2.1.3 | jar | Apache 2.0 | 
| com.google.j2objc | j2objc-annotations | 1.1 | jar | The Apache Software License, Version 2.0 | 
| org.checkerframework | checker-compat-qual | 2.0.0 | jar | GNU General Public License, version 2 (GPL2), with the classpath exception-The MIT License | 
| org.codehaus.mojo | animal-sniffer-annotations | 1.14 | jar | MIT license | 
| org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License | 
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 | Licenses | 
|---|---|---|---|---|
| ch.qos.logback | logback-core | 1.1.7 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License | 
Project Dependency Graph
Dependency Tree
- net.sourceforge.teetime:teetime:jar:3.1-SNAPSHOT  
    TeeTime Description: TeeTime is a Pipe-and-Filter framework for Java URL: http://teetime-framework.github.io Project Licenses: Apache License, Version 2.0 - org.slf4j:slf4j-api:jar:1.7.25 (compile)  
      SLF4J API Module Description: The slf4j API URL: http://www.slf4j.org Project Licenses: MIT License 
- com.google.guava:guava:jar:23.6-jre (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. URL: https://github.com/google/guava/guava Project Licenses: The Apache Software License, Version 2.0 - com.google.code.findbugs:jsr305:jar:1.3.9 (compile)  
        FindBugs-jsr305 Description: JSR305 Annotations for Findbugs URL: http://findbugs.sourceforge.net/ Project Licenses: The Apache Software License, Version 2.0 
- org.checkerframework:checker-compat-qual:jar:2.0.0 (compile)  
        Checker Qual Description: Checker Qual is the set of annotations (qualifiers) and supporting classes used by the Checker Framework to type check Java source code. Please see artifact: org.checkerframework:checker URL: http://checkerframework.org Project Licenses: GNU General Public License, version 2 (GPL2), with the classpath exception, The MIT License 
- com.google.errorprone:error_prone_annotations:jar:2.1.3 (compile)  
        error-prone annotations Description: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ URL: http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations Project Licenses: Apache 2.0 
- com.google.j2objc:j2objc-annotations:jar:1.1 (compile)  
        J2ObjC Annotations Description: A set of annotations that provide additional information to the J2ObjC translator to modify the result of translation. URL: https://github.com/google/j2objc/ Project Licenses: The Apache Software License, Version 2.0 
- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 (compile)  
        Animal Sniffer Annotations Description: Animal Sniffer Parent project. URL: http://mojo.codehaus.org/animal-sniffer/animal-sniffer-annotations Project Licenses: MIT license 
 
- com.google.code.findbugs:jsr305:jar:1.3.9 (compile)  
        
- org.jctools:jctools-core:jar:2.1.1 (compile)  
      Java Concurrency Tools Core Library Description: Java Concurrency Tools Core Library URL: https://github.com/JCTools Project Licenses: Apache License, Version 2.0 
- com.carrotsearch:hppc:jar:0.7.3 (compile)  
      HPPC Collections Description: High Performance Primitive Collections. Fundamental data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. URL: http://labs.carrotsearch.com/hppc.html/hppc Project Licenses: The Apache Software License, Version 2.0 
- org.apache.commons:commons-math3:jar:3.6.1 (compile)  
      Apache Commons Math Description: The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang. URL: http://commons.apache.org/proper/commons-math/ Project Licenses: Apache License, Version 2.0 
- org.hamcrest:hamcrest-library:jar:1.3 (compile)  
      Hamcrest library Description: Hamcrest library of matcher implementations. URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-library Project Licenses: New BSD License - org.hamcrest:hamcrest-core:jar:1.3 (compile)  
        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 Licenses: New BSD License 
 
- org.hamcrest:hamcrest-core:jar:1.3 (compile)  
        
- 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 Licenses: Eclipse Public License 1.0 
- ch.qos.logback:logback-classic:jar:1.1.7 (test)  
      Logback Classic Module Description: logback-classic module URL: http://logback.qos.ch/logback-classic Project Licenses: Eclipse Public License - v 1.0, GNU Lesser General Public License - ch.qos.logback:logback-core:jar:1.1.7 (test)  
        Logback Core Module Description: logback-core module URL: http://logback.qos.ch/logback-core Project Licenses: Eclipse Public License - v 1.0, GNU Lesser General Public License 
 
- ch.qos.logback:logback-core:jar:1.1.7 (test)  
        
 
- org.slf4j:slf4j-api:jar:1.7.25 (compile)  
      
Licenses
Apache 2.0: error-prone annotations
Eclipse Public License 1.0: JUnit
MIT License: SLF4J API Module
The MIT License: Checker Qual
Apache License, Version 2.0: Apache Commons Math, Java Concurrency Tools Core Library, TeeTime
GNU General Public License, version 2 (GPL2), with the classpath exception: Checker Qual
MIT license: Animal Sniffer Annotations
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
New BSD License: Hamcrest Core, Hamcrest library
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava: Google Core Libraries for Java, HPPC Collections, J2ObjC Annotations
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.7.jar | 304.1 kB | 231 | 175 | 26 | 1.6 | Yes | 
| logback-core-1.1.7.jar | 470.8 kB | 418 | 372 | 36 | 1.6 | Yes | 
| hppc-0.7.3.jar | 1.7 MB | 1338 | 1324 | 5 | 1.7 | Yes | 
| jsr305-1.3.9.jar | 33 kB | 72 | 35 | 3 | 1.5 | Yes | 
| error_prone_annotations-2.1.3.jar | 13.7 kB | 34 | 22 | 2 | 1.7 | No | 
| guava-23.6-jre.jar | 2.7 MB | 1967 | 1937 | 18 | 1.8 | Yes | 
| j2objc-annotations-1.1.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes | 
| junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes | 
| commons-math3-3.6.1.jar | 2.2 MB | 1402 | 1301 | 75 | 1.5 | Yes | 
| checker-compat-qual-2.0.0.jar | 31.5 kB | 47 | 28 | 10 | 1.7 | Yes | 
| animal-sniffer-annotations-1.14.jar | 3.5 kB | 12 | 1 | 1 | 1.5 | No | 
| hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes | 
| hamcrest-library-1.3.jar | 53.1 kB | 46 | 35 | 7 | 1.5 | Yes | 
| jctools-core-2.1.1.jar | 255.3 kB | 207 | 193 | 5 | 1.6 | Yes | 
| slf4j-api-1.7.25.jar | 41.2 kB | 46 | 34 | 4 | 1.5 | Yes | 
| 15 | 8.2 MB | 6218 | 5800 | 226 | 1.8 | 13 | 
| compile: 12 | compile: 7.1 MB | compile: 5246 | compile: 4967 | compile: 134 | - | compile: 10 | 
| test: 3 | test: 1.1 MB | test: 972 | test: 833 | test: 92 | - | test: 3 | 
Dependency Repository Locations
| Repo ID | URL | Release | Snapshot | Blacklisted | 
|---|---|---|---|---|
| sonatype.oss.snapshots | https://oss.sonatype.org/content/repositories/snapshots/ | Yes | Yes | No | 
| central | https://repo.maven.apache.org/maven2 | Yes | No | No | 
| codehaus-snapshots | http://nexus.codehaus.org/snapshots/ | No | Yes | Yes | 
| sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | No | Yes | No | 
| apache.snapshots | http://repository.apache.org/snapshots | No | Yes | No | 
Repository locations for each of the Dependencies.