Last Version

common 1.1.2.RELEASE

provides common components for java and spring

License

License

GroupId

GroupId

com.itcoon
ArtifactId

ArtifactId

common
Version

Version

1.1.2.RELEASE
Type

Type

pom
Description

Description

common
provides common components for java and spring
Project URL

Project URL

https://gitee.com/itcoon-open/common
Source Code Management

Source Code Management

https://gitee.com/itcoon-open/common

Download common 1.1.2.RELEASE

Filename Size
common-1.1.2.RELEASE.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.itcoon/common/ -->
<dependency>
    <groupId>com.itcoon</groupId>
    <artifactId>common</artifactId>
    <version>1.1.2.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.itcoon/common/
implementation 'com.itcoon:common:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.itcoon/common/
implementation ("com.itcoon:common:1.1.2.RELEASE")
'com.itcoon:common:pom:1.1.2.RELEASE'
<dependency org="com.itcoon" name="common" rev="1.1.2.RELEASE">
  <artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.itcoon', module='common', version='1.1.2.RELEASE')
)
libraryDependencies += "com.itcoon" % "common" % "1.1.2.RELEASE"
[com.itcoon/common "1.1.2.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • common-utils
  • common-test-demo
  • common-core
  • common-exception
  • common-jpa
  • common-mybatis
  • common-message-resource
  • common-web
  • common-mybatis-plus