License |
License |
---|---|
GroupId | GroupIdcom.codingapi.springboot |
ArtifactId | ArtifactIdspringboot-framework-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspringboot-framework-parent
springboot-framework-parent project for Spring Boot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
springboot-framework-parent-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingapi.springboot/springboot-framework-parent/ -->
<dependency>
<groupId>com.codingapi.springboot</groupId>
<artifactId>springboot-framework-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingapi.springboot/springboot-framework-parent/
implementation 'com.codingapi.springboot:springboot-framework-parent:1.0.0'
// https://jarcasting.com/artifacts/com.codingapi.springboot/springboot-framework-parent/
implementation ("com.codingapi.springboot:springboot-framework-parent:1.0.0")
'com.codingapi.springboot:springboot-framework-parent:pom:1.0.0'
<dependency org="com.codingapi.springboot" name="springboot-framework-parent" rev="1.0.0">
<artifact name="springboot-framework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingapi.springboot', module='springboot-framework-parent', version='1.0.0')
)
libraryDependencies += "com.codingapi.springboot" % "springboot-framework-parent" % "1.0.0"
[com.codingapi.springboot/springboot-framework-parent "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.5.4 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.4 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |