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
ch.qos.logback logback-access 1.2.3 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
ch.qos.logback logback-core 1.2.3 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
org.laidu.learn common-util 1.0-SNAPSHOT jar -
org.projectlombok lombok 1.16.18 jar The 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
junit junit 4.12 jar Eclipse Public License 1.0
org.junit.jupiter junit-jupiter-api 5.0.0 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.0.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.0.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-launcher 1.0.2 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 4.12.0 jar Eclipse Public License v2.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.alibaba fastjson 1.2.45 jar Apache 2
com.fasterxml.jackson.core jackson-annotations 2.9.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.9.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.9.1 jar The Apache Software License, Version 2.0
com.github.stuxuhai jpinyin 1.1.8 jar The GNU General Public License v3.0
com.google.code.findbugs jsr305 1.3.9 jar The Apache Software License, Version 2.0
com.google.code.gson gson 2.8.5 jar Apache 2.0
com.google.errorprone error_prone_annotations 2.1.3 jar Apache 2.0
com.google.guava guava 25.0-jre jar The Apache Software License, Version 2.0
com.google.j2objc j2objc-annotations 1.1 jar The Apache Software License, Version 2.0
com.squareup javapoet 1.10.0 jar Apache 2.0
commons-cli commons-cli 1.4 jar Apache License, Version 2.0
commons-codec commons-codec 1.9 jar The Apache Software License, Version 2.0
commons-io commons-io 2.5 jar Apache License, Version 2.0
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
de.ruedigermoeller fst 2.57 jar Apache License 2.0
org.apache.commons commons-lang3 3.6 jar Apache License, Version 2.0
org.apache.httpcomponents httpclient 4.5.3 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4.8 jar Apache 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.javassist javassist 3.21.0-GA jar MPL 1.1-LGPL 2.1-Apache License 2.0
org.jodd jodd-bean 3.9.1 jar The BSD 2-Clause License
org.jodd jodd-core 3.9.1 jar The BSD 2-Clause License
org.jsoup jsoup 1.11.2 jar The MIT License
org.objenesis objenesis 2.5.1 jar Apache 2
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
org.apiguardian apiguardian-api 1.0.0 jar The Apache License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.junit.platform junit-platform-commons 1.0.0 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.0.0 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Apache 2.0: Gson, JavaPoet, error-prone annotations

Eclipse Public License 1.0: JUnit

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

The BSD 2-Clause License: Jodd BeanUtil, Jodd Core

MIT License: SLF4J API Module

Eclipse Public License v2.0: org.junit.jupiter:junit-jupiter-api, org.junit.jupiter:junit-jupiter-engine, org.junit.platform:junit-platform-commons, org.junit.platform:junit-platform-engine, org.junit.platform:junit-platform-launcher, org.junit.vintage:junit-vintage-engine

GNU Lesser General Public License: Logback Access Module, Logback Classic Module, Logback Core Module

New BSD License: Hamcrest Core

Apache 2: Objenesis, fastjson

The GNU General Public License v3.0: jpinyin

Unknown: common-util, framework

Apache License 2.0: Javassist, fst

The MIT License: Checker Qual, Project Lombok, jsoup Java HTML Parser

GNU General Public License, version 2 (GPL2), with the classpath exception: Checker Qual

Apache License, Version 2.0: Apache Commons CLI, Apache Commons IO, Apache Commons Lang, Apache HttpClient, Apache HttpCore

LGPL 2.1: Javassist

MIT license: Animal Sniffer Annotations

MPL 1.1: Javassist

The Apache Software License, Version 2.0: Apache Commons Codec, Apache Commons Logging, FindBugs-jsr305, Guava: Google Core Libraries for Java, J2ObjC Annotations, Jackson-annotations, Jackson-core, jackson-databind

Eclipse Public License - v 1.0: Logback Access Module, Logback Classic Module, Logback Core Module

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
logback-access-1.2.3.jar 107.1 kB 118 85 15 1.6 Yes
logback-classic-1.2.3.jar 290.3 kB 234 175 27 1.6 Yes
logback-core-1.2.3.jar 471.9 kB 419 373 36 1.6 Yes
fastjson-1.2.45.jar 539.7 kB 248 217 14 1.5 Yes
jackson-annotations-2.9.1.jar 66.8 kB 80 68 1 1.6 Yes
jackson-core-2.9.1.jar 320.6 kB 129 104 11 1.6 Yes
jackson-databind-2.9.1.jar 1.3 MB 648 614 20 1.7 Yes
jpinyin-1.1.8.jar 134 kB 23 8 1 1.6 Yes
jsr305-1.3.9.jar 33 kB 72 35 3 1.5 Yes
gson-2.8.5.jar 241.6 kB 197 180 8 1.6 Yes
error_prone_annotations-2.1.3.jar 13.7 kB 34 22 2 1.7 No
guava-25.0-jre.jar 2.7 MB 1974 1944 18 1.8 Yes
j2objc-annotations-1.1.jar 8.8 kB 23 12 1 1.5 Yes
javapoet-1.10.0.jar 97.5 kB 49 39 1 1.8 Yes
commons-cli-1.4.jar 53.8 kB 40 27 1 1.5 Yes
commons-codec-1.9.jar 264 kB 227 85 6 1.6 Yes
commons-io-2.5.jar 208.7 kB 142 123 7 1.6 Yes
commons-logging-1.2.jar 61.8 kB 42 28 2 1.2 Yes
fst-2.57.jar 396.6 kB 248 220 19 1.7 Yes
junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes
commons-lang3-3.6.jar 494.9 kB 292 267 13 1.7 Yes
httpclient-4.5.3.jar 747.8 kB 507 466 24 1.6 Yes
httpcore-4.4.8.jar 324.6 kB 282 252 17 1.6 Yes
apiguardian-api-1.0.0.jar 2.2 kB 7 2 1 1.6 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
javassist-3.21.0-GA.jar 734.8 kB 423 399 17 1.6 Yes
jodd-bean-3.9.1.jar 119.8 kB 94 87 4 1.8 Yes
jodd-core-3.9.1.jar 403.3 kB 240 221 15 1.8 Yes
jsoup-1.11.2.jar 392.4 kB 264 246 7 1.7 Yes
junit-jupiter-api-5.0.0.jar 76 kB 74 64 3 1.8 Yes
junit-jupiter-engine-5.0.0.jar 117.6 kB 82 67 6 1.8 Yes
junit-platform-commons-1.0.0.jar 62.5 kB 38 26 5 1.8 Yes
junit-platform-engine-1.0.2.jar 87.8 kB 77 63 6 1.8 Yes
junit-platform-launcher-1.0.2.jar 54.1 kB 38 28 3 1.8 Yes
junit-vintage-engine-4.12.0.jar 55.5 kB 44 30 5 1.8 Yes
common-util-1.0-SNAPSHOT.jar 12.3 MB 8030 6604 337 1.8 Yes
objenesis-2.5.1.jar 54.4 kB 58 43 9 1.5 Yes
opentest4j-1.0.0.jar 6.6 kB 10 6 1 1.6 Yes
lombok-1.16.18.jar 1.4 MB 895 129 10 1.6 Yes
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes
Total Size Entries Classes Packages Java Version Debug Information
42 25.3 MB 16882 13753 724 1.8 40
compile: 32 compile: 24.4 MB compile: 16137 compile: 13136 compile: 661 - compile: 30
test: 10 test: 822.3 kB test: 745 test: 617 test: 63 - test: 10

Dependency Repository Locations

Repo ID URL Release Snapshot Blacklisted
codehaus-snapshots http://nexus.codehaus.org/snapshots/ No Yes Yes
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots No Yes No
central https://repo.maven.apache.org/maven2 Yes No No
apache.snapshots http://repository.apache.org/snapshots No Yes No

Repository locations for each of the Dependencies.

Artifact sonatype-nexus-snapshots nexus-aliyun apache.snapshots
ch.qos.logback:logback-access:jar:1.2.3 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
ch.qos.logback:logback-classic:jar:1.2.3 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
ch.qos.logback:logback-core:jar:1.2.3 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.alibaba:fastjson:jar:1.2.45 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.fasterxml.jackson.core:jackson-annotations:jar:2.9.1 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.fasterxml.jackson.core:jackson-core:jar:2.9.1 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.fasterxml.jackson.core:jackson-databind:jar:2.9.1 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.github.stuxuhai:jpinyin:jar:1.1.8 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.google.code.findbugs:jsr305:jar:1.3.9 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.google.code.gson:gson:jar:2.8.5 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.google.errorprone:error_prone_annotations:jar:2.1.3 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.google.guava:guava:jar:25.0-jre - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.google.j2objc:j2objc-annotations:jar:1.1 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
com.squareup:javapoet:jar:1.10.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
commons-cli:commons-cli:jar:1.4 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
commons-codec:commons-codec:jar:1.9 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
commons-io:commons-io:jar:2.5 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
commons-logging:commons-logging:jar:1.2 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
de.ruedigermoeller:fst:jar:2.57 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
junit:junit:jar:4.12 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.apache.commons:commons-lang3:jar:3.6 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.apache.httpcomponents:httpclient:jar:4.5.3 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.apache.httpcomponents:httpcore:jar:4.4.8 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.apiguardian:apiguardian-api:jar:1.0.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.checkerframework:checker-compat-qual:jar:2.0.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.hamcrest:hamcrest-core:jar:1.3 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.javassist:javassist:jar:3.21.0-GA - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.jodd:jodd-bean:jar:3.9.1 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.jodd:jodd-core:jar:3.9.1 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.jsoup:jsoup:jar:1.11.2 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.junit.jupiter:junit-jupiter-api:jar:5.0.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.junit.jupiter:junit-jupiter-engine:jar:5.0.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.junit.platform:junit-platform-commons:jar:1.0.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.junit.platform:junit-platform-engine:jar:1.0.2 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.junit.platform:junit-platform-launcher:jar:1.0.2 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.junit.vintage:junit-vintage-engine:jar:4.12.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.laidu.learn:common-util:jar:1.0-SNAPSHOT - - -
org.objenesis:objenesis:jar:2.5.1 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.opentest4j:opentest4j:jar:1.0.0 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.projectlombok:lombok:jar:1.16.18 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
org.slf4j:slf4j-api:jar:1.7.25 - Found at http://maven.aliyun.com/nexus/content/repositories/central -
Total sonatype-nexus-snapshots nexus-aliyun apache.snapshots
42 (compile: 32, test: 10) 0 41 0