| License |
License |
|---|---|
| GroupId | GroupIdcn.howardliu |
| ArtifactId | ArtifactIdgear-commons |
| Version | Version1.0.1-RELEASE |
| Type | Typejar |
| Description |
Descriptiongear-commons
公共模块:用于提供基础工具类
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gear-commons-1.0.1-RELEASE.pom | |
| gear-commons-1.0.1-RELEASE.jar | 44 KB |
| gear-commons-1.0.1-RELEASE-sources.jar | 19 KB |
| gear-commons-1.0.1-RELEASE-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.howardliu/gear-commons/ -->
<dependency>
<groupId>cn.howardliu</groupId>
<artifactId>gear-commons</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.howardliu/gear-commons/
implementation 'cn.howardliu:gear-commons:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/cn.howardliu/gear-commons/
implementation ("cn.howardliu:gear-commons:1.0.1-RELEASE")
'cn.howardliu:gear-commons:jar:1.0.1-RELEASE'
<dependency org="cn.howardliu" name="gear-commons" rev="1.0.1-RELEASE">
<artifact name="gear-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.howardliu', module='gear-commons', version='1.0.1-RELEASE')
)
libraryDependencies += "cn.howardliu" % "gear-commons" % "1.0.1-RELEASE"
[cn.howardliu/gear-commons "1.0.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.4 |
| commons-io : commons-io | jar | 2.4 |
| org.apache.httpcomponents : httpclient | jar | 4.5.1 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.12 |
| ch.qos.logback : logback-classic | jar | 1.1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson | jar | 1.2.10 |
| org.springframework : spring-webmvc | jar | 4.2.5.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |