License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.cqsudu |
ArtifactId | ArtifactIdsudu-spring-boot |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.cqsudu/sudu-spring-boot/ -->
<dependency>
<groupId>com.cqsudu</groupId>
<artifactId>sudu-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.cqsudu/sudu-spring-boot/
implementation 'com.cqsudu:sudu-spring-boot:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.cqsudu/sudu-spring-boot/
implementation ("com.cqsudu:sudu-spring-boot:1.0.0.RELEASE")
'com.cqsudu:sudu-spring-boot:jar:1.0.0.RELEASE'
<dependency org="com.cqsudu" name="sudu-spring-boot" rev="1.0.0.RELEASE">
<artifact name="sudu-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cqsudu', module='sudu-spring-boot', version='1.0.0.RELEASE')
)
libraryDependencies += "com.cqsudu" % "sudu-spring-boot" % "1.0.0.RELEASE"
[com.cqsudu/sudu-spring-boot "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.0.RELEASE |
com.cqsudu : sudu-jwt-token | jar | 1.0.0.RELEASE |
com.cqsudu : sudu-base-core | jar | 1.0.0.RELEASE |
io.springside : springside-utils | jar | 5.0.0-RC1 |