License |
License |
---|---|
GroupId | GroupIdcom.seejoke |
ArtifactId | ArtifactIdtools-common |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description提供java常用的、流行的工具方法,减少项目冗余代码
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tools-common-0.1.pom | |
tools-common-0.1.jar | 35 KB |
tools-common-0.1-sources.jar | 23 KB |
tools-common-0.1-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seejoke/tools-common/ -->
<dependency>
<groupId>com.seejoke</groupId>
<artifactId>tools-common</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seejoke/tools-common/
implementation 'com.seejoke:tools-common:0.1'
// https://jarcasting.com/artifacts/com.seejoke/tools-common/
implementation ("com.seejoke:tools-common:0.1")
'com.seejoke:tools-common:jar:0.1'
<dependency org="com.seejoke" name="tools-common" rev="0.1">
<artifact name="tools-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seejoke', module='tools-common', version='0.1')
)
libraryDependencies += "com.seejoke" % "tools-common" % "0.1"
[com.seejoke/tools-common "0.1"]
Group / Artifact | Type | Version |
---|---|---|
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 |