| License |
License |
|---|---|
| GroupId | GroupIdcom.hb0730 |
| ArtifactId | ArtifactIdcommons-all |
| Version | Version2.1.2-RELEASE |
| Type | Typejar |
| Description |
Descriptioncommons-all
hb0730-commons主要是个人常用类库
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| commons-all-2.1.2-RELEASE.pom | |
| commons-all-2.1.2-RELEASE.jar | 1 KB |
| commons-all-2.1.2-RELEASE-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-all/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-all</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-all/
implementation 'com.hb0730:commons-all:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-all/
implementation ("com.hb0730:commons-all:2.1.2-RELEASE")
'com.hb0730:commons-all:jar:2.1.2-RELEASE'
<dependency org="com.hb0730" name="commons-all" rev="2.1.2-RELEASE">
<artifact name="commons-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-all', version='2.1.2-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-all" % "2.1.2-RELEASE"
[com.hb0730/commons-all "2.1.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hb0730 : commons-lang | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-cache | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-http | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-spring | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-json | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-encrypt | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-mail | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-ssh | jar | 2.1.2-RELEASE |
| com.hb0730 : commons-scm | jar | 2.1.2-RELEASE |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |