| License |
License |
|---|---|
| GroupId | GroupIdcom.seejoke |
| ArtifactId | ArtifactIdtools-all |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description提供java常用的、流行的工具方法,减少项目冗余代码
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tools-all-0.1.pom | |
| tools-all-0.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seejoke/tools-all/ -->
<dependency>
<groupId>com.seejoke</groupId>
<artifactId>tools-all</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seejoke/tools-all/
implementation 'com.seejoke:tools-all:0.1'
// https://jarcasting.com/artifacts/com.seejoke/tools-all/
implementation ("com.seejoke:tools-all:0.1")
'com.seejoke:tools-all:jar:0.1'
<dependency org="com.seejoke" name="tools-all" rev="0.1">
<artifact name="tools-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seejoke', module='tools-all', version='0.1')
)
libraryDependencies += "com.seejoke" % "tools-all" % "0.1"
[com.seejoke/tools-all "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.seejoke : tools-common | jar | 0.1 |
| com.seejoke : tools-http | jar | 0.1 |
| com.seejoke : tools-poi | jar | 0.1 |
| com.seejoke : tools-wechat | jar | 0.1 |
| commons-httpclient : commons-httpclient | jar | 3.1 |
| org.apache.httpcomponents : httpclient | jar | 4.5.5 |
| org.apache.httpcomponents : httpmime | jar | 4.5.5 |
| com.alibaba : fastjson | jar | 1.2.45 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| org.slf4j : jul-to-slf4j | jar | 1.7.7 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| commons-io : commons-io | jar | 2.4 |
| org.apache.poi : poi | jar | 3.9 |
| org.apache.poi : poi-ooxml | jar | 3.9 |
| org.apache.poi : poi-ooxml-schemas | jar | 3.9 |
| com.google.guava : guava | jar | 17.0 |
| com.google.zxing : core | jar | 2.2 |
| com.google.zxing : javase | jar | 2.2 |
| com.belerweb : pinyin4j | jar | 2.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| commons-logging : commons-logging Optional | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |