项目依赖
compile
以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。
GroupId | ArtifactId | 版本 | 类型 | Licenses | 备注 |
---|---|---|---|---|---|
com.alibaba | fastjson | 1.2.83 | jar | Apache 2 | No |
org.bouncycastle | bcprov-jdk16 | 1.46 | jar | Bouncy Castle Licence | No |
com.squareup.okhttp | okhttp | 2.7.5 | jar | Apache 2.0 | Yes |
com.squareup.okhttp3 | okhttp | 4.9.1 | jar | The Apache Software License, Version 2.0 | Yes |
com.whalin | Memcached-Java-Client | 3.0.2 | jar | LGPLv3 | Yes |
commons-httpclient | commons-httpclient | 3.1 | jar | - | Yes |
io.netty | netty-all | 4.1.67.Final | jar | Apache License, Version 2.0 | Yes |
org.apache.httpcomponents | httpclient | 4.5.13 | jar | Apache License, Version 2.0 | Yes |
redis.clients | jedis | 3.6.3 | jar | MIT | Yes |
test
以下是这一项目的测试依赖列表。这些依赖仅仅在编译和运行本应用中的单元测试时需要。
GroupId | ArtifactId | 版本 | 类型 | Licenses |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
provided
以下是这一项目的已提供的依赖列表。编译本应用时需要这些依赖,但这些依赖库在使用时会默认提供。
GroupId | ArtifactId | 版本 | 类型 | Licenses |
---|---|---|---|---|
javax.xml.bind | jaxb-api | 2.3.1 | jar | CDDL 1.1GPL2 w/ CPE |
项目传递依赖
以下是本项目的传递依赖列表。传递依赖是项目依赖的依赖:
compile
以下是这一项目的编译依赖列表。编译和运行本应用需要这些依赖。
GroupId | ArtifactId | 版本 | 类型 | Licenses | 备注 |
---|---|---|---|---|---|
com.squareup.okio | okio | 2.8.0 | jar | The Apache Software License, Version 2.0 | Yes |
commons-codec | commons-codec | 1.15 | jar | Apache License, Version 2.0 | Yes |
commons-logging | commons-logging | 1.0.4 | jar | The Apache Software License, Version 2.0 | Yes |
commons-pool | commons-pool | 1.5.6 | jar | The Apache Software License, Version 2.0 | Yes |
org.apache.commons | commons-pool2 | 2.9.0 | jar | Apache License, Version 2.0 | Yes |
org.apache.httpcomponents | httpcore | 4.4.13 | jar | Apache License, Version 2.0 | Yes |
org.jetbrains | annotations | 13.0 | jar | The Apache Software License, Version 2.0 | Yes |
org.jetbrains.kotlin | kotlin-stdlib | 1.4.10 | jar | The Apache License, Version 2.0 | Yes |
org.jetbrains.kotlin | kotlin-stdlib-common | 1.4.0 | jar | The Apache License, Version 2.0 | Yes |
org.slf4j | slf4j-api | 1.7.30 | jar | MIT License | Yes |
test
以下是这一项目的测试依赖列表。这些依赖仅仅在编译和运行本应用中的单元测试时需要。
GroupId | ArtifactId | 版本 | 类型 | Licenses |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
provided
以下是这一项目的已提供的依赖列表。编译本应用时需要这些依赖,但这些依赖库在使用时会默认提供。
GroupId | ArtifactId | 版本 | 类型 | Licenses |
---|---|---|---|---|
javax.activation | javax.activation-api | 1.2.0 | jar | CDDL/GPLv2+CE |
项目依赖图
项目依赖树
- com.foxinmy:weixin4j-base:jar:1.10.1
- com.alibaba:fastjson:jar:1.2.83 (compile)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- commons-httpclient:commons-httpclient:jar:3.1 (compile)
- commons-logging:commons-logging:jar:1.0.4 (compile)
- commons-codec:commons-codec:jar:1.15 (compile)
- org.apache.httpcomponents:httpclient:jar:4.5.13 (compile)
- org.apache.httpcomponents:httpcore:jar:4.4.13 (compile)
- io.netty:netty-all:jar:4.1.67.Final (compile)
- com.squareup.okhttp3:okhttp:jar:4.9.1 (compile)
- com.squareup.okio:okio:jar:2.8.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 (compile)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 (compile)
- org.jetbrains:annotations:jar:13.0 (compile)
- com.squareup.okio:okio:jar:2.8.0 (compile)
- com.squareup.okhttp:okhttp:jar:2.7.5 (compile)
- redis.clients:jedis:jar:3.6.3 (compile)
- org.slf4j:slf4j-api:jar:1.7.30 (compile)
- org.apache.commons:commons-pool2:jar:2.9.0 (compile)
- com.whalin:Memcached-Java-Client:jar:3.0.2 (compile)
- commons-pool:commons-pool:jar:1.5.6 (compile)
- org.bouncycastle:bcprov-jdk16:jar:1.46 (compile)
- javax.xml.bind:jaxb-api:jar:2.3.1 (provided)
- javax.activation:javax.activation-api:jar:1.2.0 (provided)
执照
CDDL 1.1: jaxb-api
Eclipse Public License 1.0: JUnit
The Apache License, Version 2.0: org.jetbrains.kotlin:kotlin-stdlib, org.jetbrains.kotlin:kotlin-stdlib-common
Apache 2.0: OkHttp
MIT License: SLF4J API Module
LGPLv3: Memcached-Java-Client
GPL2 w/ CPE: jaxb-api
New BSD License: Hamcrest Core
Bouncy Castle Licence: Bouncy Castle Provider
Apache 2: fastjson
CDDL/GPLv2+CE: JavaBeans Activation Framework API jar
Apache License, Version 2.0: Apache Commons Codec, Apache Commons Pool, Apache HttpClient, Apache HttpCore, Netty/All-in-One, weixin4j-base
MIT: Jedis
The Apache Software License, Version 2.0: Commons Pool, IntelliJ IDEA Annotations, Logging, Okio, okhttp
依赖文件详细信息
文件 | 大小 | 条目 | 类 | 包 | Java Version | Debug Information |
---|---|---|---|---|---|---|
fastjson-1.2.83.jar | 671.7 kB | 309 | 274 | 18 | 1.5 | Yes |
javax.activation-api-1.2.0.jar | 56.7 kB | 41 | 31 | 1 | 1.5 | Yes |
jaxb-api-2.3.1.jar | 128.1 kB | 136 | 111 | 7 | - | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
bcprov-jdk16-1.46.jar | 1.9 MB | 1636 | 1547 | 82 | 1.6 | No |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
okhttp-2.7.5.jar | 331 kB | 193 | 178 | 6 | 1.7 | Yes |
okhttp-4.9.1.jar | 791.4 kB | 345 | 321 | 17 | 1.8 | Yes |
okio-2.8.0.jar | 243.2 kB | 77 | 70 | 2 | 1.6 | Yes |
Memcached-Java-Client-3.0.2.jar | 89.7 kB | 57 | 44 | 3 | 1.6 | No |
commons-codec-1.15.jar | 353.8 kB | 253 | 106 | 7 | 1.7 | Yes |
commons-httpclient-3.1.jar | 305 kB | 183 | 167 | 8 | 1.2 | Yes |
commons-logging-1.0.4.jar | 38 kB | 29 | 18 | 2 | 1.2 | Yes |
commons-pool-1.5.6.jar | 100.5 kB | 69 | 55 | 2 | 1.3 | Yes |
netty-all-4.1.67.Final.jar | 4.5 MB | 3010 | 2892 | 81 | 1.6 | Yes |
commons-pool2-2.9.0.jar | 134.9 kB | 94 | 79 | 3 | 1.8 | Yes |
httpclient-4.5.13.jar | 780.3 kB | 511 | 470 | 24 | 1.6 | Yes |
httpcore-4.4.13.jar | 328.6 kB | 283 | 253 | 17 | 1.6 | Yes |
annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
kotlin-stdlib-1.4.10.jar | 1.5 MB | 896 | 853 | 31 | - | Yes |
kotlin-stdlib-common-1.4.0.jar | 191.2 kB | 327 | 0 | 0 | - | No |
slf4j-api-1.7.30.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes |
jedis-3.6.3.jar | 867.1 kB | 737 | 721 | 7 | 1.8 | Yes |
Total | 大小 | 条目 | 类 | 包 | Java Version | Debug Information |
23 | 13.7 MB | 9718 | 8651 | 359 | 1.8 | 20 |
compile: 19 | compile: 13.1 MB | compile: 9100 | compile: 8114 | compile: 316 | - | compile: 16 |
test: 2 | test: 429.6 kB | test: 441 | test: 395 | test: 35 | - | test: 2 |
provided: 2 | provided: 184.8 kB | provided: 177 | provided: 142 | provided: 8 | - | provided: 2 |