| License |
License |
|---|---|
| GroupId | GroupIdio.github.guoshiqiufeng |
| ArtifactId | ArtifactIdframework-commons |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Description |
Description通用依赖相关
|
<!-- https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-commons/ -->
<dependency>
<groupId>io.github.guoshiqiufeng</groupId>
<artifactId>framework-commons</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-commons/
implementation 'io.github.guoshiqiufeng:framework-commons:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-commons/
implementation ("io.github.guoshiqiufeng:framework-commons:1.0.0.RELEASE")
'io.github.guoshiqiufeng:framework-commons:jar:1.0.0.RELEASE'
<dependency org="io.github.guoshiqiufeng" name="framework-commons" rev="1.0.0.RELEASE">
<artifact name="framework-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.guoshiqiufeng', module='framework-commons', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.guoshiqiufeng" % "framework-commons" % "1.0.0.RELEASE"
[io.github.guoshiqiufeng/framework-commons "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.6.RELEASE |