Last Version

com.cqsudu:sudu-common-parent 1.0.0.RELEASE

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

com.cqsudu
ArtifactId

ArtifactId

sudu-common-parent
Version

Version

1.0.0.RELEASE
Type

Type

pom
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/sudu-common-parent
Source Code Management

Source Code Management

https://github.com/cqsudu/

Download sudu-common-parent 1.0.0.RELEASE


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

Dependencies

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

Project Modules

  • sudu-base-core
  • sudu-jwt-token
  • sudu-spring-boot
  • sudu-spring-jpa
  • sudu-common-utils