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