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