| License | License | 
|---|---|
| GroupId | GroupIdcom.lmaye | 
| ArtifactId | ArtifactIdapp-common | 
| Version | Version1.0.12-RELEASE | 
| Type | Typejar | 
| Description | Descriptionapp-common Application Common project for Spring Boot | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| app-common-1.0.12-RELEASE.pom | |
| app-common-1.0.12-RELEASE.jar | 31 KB | 
| app-common-1.0.12-RELEASE-sources.jar | 21 KB | 
| app-common-1.0.12-RELEASE-javadoc.jar | 136 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.lmaye/app-common/ -->
<dependency>
    <groupId>com.lmaye</groupId>
    <artifactId>app-common</artifactId>
    <version>1.0.12-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.lmaye/app-common/
implementation 'com.lmaye:app-common:1.0.12-RELEASE'// https://jarcasting.com/artifacts/com.lmaye/app-common/
implementation ("com.lmaye:app-common:1.0.12-RELEASE")'com.lmaye:app-common:jar:1.0.12-RELEASE'<dependency org="com.lmaye" name="app-common" rev="1.0.12-RELEASE">
  <artifact name="app-common" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lmaye', module='app-common', version='1.0.12-RELEASE')
)libraryDependencies += "com.lmaye" % "app-common" % "1.0.12-RELEASE"[com.lmaye/app-common "1.0.12-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.14 | 
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| com.google.code.gson : gson | jar | 2.8.6 | 
| commons-io : commons-io | jar | 2.7 | 
| cn.hutool : hutool-all | jar | 5.4.1 |