License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.dromara |
ArtifactId | ArtifactIdraincat-spring-boot-starter-parent |
Version | Version2.0.1-RELEASE |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.dromara/raincat-spring-boot-starter-parent/ -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>raincat-spring-boot-starter-parent</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/raincat-spring-boot-starter-parent/
implementation 'org.dromara:raincat-spring-boot-starter-parent:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/raincat-spring-boot-starter-parent/
implementation ("org.dromara:raincat-spring-boot-starter-parent:2.0.1-RELEASE")
'org.dromara:raincat-spring-boot-starter-parent:jar:2.0.1-RELEASE'
<dependency org="org.dromara" name="raincat-spring-boot-starter-parent" rev="2.0.1-RELEASE">
<artifact name="raincat-spring-boot-starter-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='raincat-spring-boot-starter-parent', version='2.0.1-RELEASE')
)
libraryDependencies += "org.dromara" % "raincat-spring-boot-starter-parent" % "2.0.1-RELEASE"
[org.dromara/raincat-spring-boot-starter-parent "2.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.dromara : raincat-core | jar | 2.0.1-RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |
org.projectlombok : lombok | jar | 1.16.14 |