| License |
License |
|---|---|
| GroupId | GroupIdcom.hb0730 |
| ArtifactId | ArtifactIdcommons-dependencies |
| Version | Version2.1.2-RELEASE |
| Type | Typepom |
| Description |
Descriptionhb0730-commons主要是个人常用类库
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-dependencies-2.1.2-RELEASE.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-dependencies/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-dependencies</artifactId>
<version>2.1.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-dependencies/
implementation 'com.hb0730:commons-dependencies:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-dependencies/
implementation ("com.hb0730:commons-dependencies:2.1.2-RELEASE")
'com.hb0730:commons-dependencies:pom:2.1.2-RELEASE'
<dependency org="com.hb0730" name="commons-dependencies" rev="2.1.2-RELEASE">
<artifact name="commons-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-dependencies', version='2.1.2-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-dependencies" % "2.1.2-RELEASE"
[com.hb0730/commons-dependencies "2.1.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |