License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.dromara |
ArtifactId | ArtifactIdmyth-spring-boot-starter |
Last Version | Last Version2.0.2-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
myth-spring-boot-starter-2.0.2-RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dromara/myth-spring-boot-starter/ -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>myth-spring-boot-starter</artifactId>
<version>2.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/myth-spring-boot-starter/
implementation 'org.dromara:myth-spring-boot-starter:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/myth-spring-boot-starter/
implementation ("org.dromara:myth-spring-boot-starter:2.0.2-RELEASE")
'org.dromara:myth-spring-boot-starter:pom:2.0.2-RELEASE'
<dependency org="org.dromara" name="myth-spring-boot-starter" rev="2.0.2-RELEASE">
<artifact name="myth-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='myth-spring-boot-starter', version='2.0.2-RELEASE')
)
libraryDependencies += "org.dromara" % "myth-spring-boot-starter" % "2.0.2-RELEASE"
[org.dromara/myth-spring-boot-starter "2.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |