| License | License | 
|---|---|
| GroupId | GroupIdcom.itcoon | 
| ArtifactId | ArtifactIdcommon-utils | 
| Last Version | Last Version1.1.2.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionprovides common components for java and spring | 
<!-- https://jarcasting.com/artifacts/com.itcoon/common-utils/ -->
<dependency>
    <groupId>com.itcoon</groupId>
    <artifactId>common-utils</artifactId>
    <version>1.1.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.itcoon/common-utils/
implementation 'com.itcoon:common-utils:1.1.2.RELEASE'// https://jarcasting.com/artifacts/com.itcoon/common-utils/
implementation ("com.itcoon:common-utils:1.1.2.RELEASE")'com.itcoon:common-utils:jar:1.1.2.RELEASE'<dependency org="com.itcoon" name="common-utils" rev="1.1.2.RELEASE">
  <artifact name="common-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.itcoon', module='common-utils', version='1.1.2.RELEASE')
)libraryDependencies += "com.itcoon" % "common-utils" % "1.1.2.RELEASE"[com.itcoon/common-utils "1.1.2.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |