| License | License | 
|---|---|
| GroupId | GroupIdcn.structured | 
| ArtifactId | ArtifactIdstructure-common | 
| Version | Version1.0.1.RELEASE | 
| Type | Typejar | 
| Description | Descriptionstructure-common 公共项目 | 
| Project Organization | Project Organizationstructure | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/cn.structured/structure-common/ -->
<dependency>
    <groupId>cn.structured</groupId>
    <artifactId>structure-common</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.structured/structure-common/
implementation 'cn.structured:structure-common:1.0.1.RELEASE'// https://jarcasting.com/artifacts/cn.structured/structure-common/
implementation ("cn.structured:structure-common:1.0.1.RELEASE")'cn.structured:structure-common:jar:1.0.1.RELEASE'<dependency org="cn.structured" name="structure-common" rev="1.0.1.RELEASE">
  <artifact name="structure-common" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.structured', module='structure-common', version='1.0.1.RELEASE')
)libraryDependencies += "cn.structured" % "structure-common" % "1.0.1.RELEASE"[cn.structured/structure-common "1.0.1.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| cn.hutool : hutool-all | jar | 4.1.19 | 
| org.projectlombok : lombok | jar | 1.18.4 | 
| com.alibaba : fastjson | jar | 1.2.44 | 
| javax.servlet : javax.servlet-api | jar | 4.0.1 | 
| org.springframework : spring-web | jar | 5.1.4.RELEASE | 
| io.springfox : springfox-swagger-ui | jar | 2.9.2 | 
| io.springfox : springfox-swagger2 | jar | 2.9.2 |