License |
License |
---|---|
GroupId | GroupIdcom.itcoon |
ArtifactId | ArtifactIdcommon-core |
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-core/ -->
<dependency>
<groupId>com.itcoon</groupId>
<artifactId>common-core</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itcoon/common-core/
implementation 'com.itcoon:common-core:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.itcoon/common-core/
implementation ("com.itcoon:common-core:1.1.2.RELEASE")
'com.itcoon:common-core:jar:1.1.2.RELEASE'
<dependency org="com.itcoon" name="common-core" rev="1.1.2.RELEASE">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itcoon', module='common-core', version='1.1.2.RELEASE')
)
libraryDependencies += "com.itcoon" % "common-core" % "1.1.2.RELEASE"
[com.itcoon/common-core "1.1.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.itcoon : common-utils | jar | 1.1.2.RELEASE |
com.itcoon : common-exception | jar | 1.1.2.RELEASE |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.3 |
org.springframework.boot : spring-boot-configuration-processor | jar |