| License |
License |
|---|---|
| GroupId | GroupIdorg.ifinalframework.boot |
| ArtifactId | ArtifactIdfinal-boot-parent |
| Version | Version1.2.1 |
| Type | Typepom |
| Description |
Descriptionfinal-boot-parent
Final Boot
|
| Filename | Size |
|---|---|
| final-boot-parent-1.2.1.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ifinalframework.boot/final-boot-parent/ -->
<dependency>
<groupId>org.ifinalframework.boot</groupId>
<artifactId>final-boot-parent</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ifinalframework.boot/final-boot-parent/
implementation 'org.ifinalframework.boot:final-boot-parent:1.2.1'
// https://jarcasting.com/artifacts/org.ifinalframework.boot/final-boot-parent/
implementation ("org.ifinalframework.boot:final-boot-parent:1.2.1")
'org.ifinalframework.boot:final-boot-parent:pom:1.2.1'
<dependency org="org.ifinalframework.boot" name="final-boot-parent" rev="1.2.1">
<artifact name="final-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ifinalframework.boot', module='final-boot-parent', version='1.2.1')
)
libraryDependencies += "org.ifinalframework.boot" % "final-boot-parent" % "1.2.1"
[org.ifinalframework.boot/final-boot-parent "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ifinalframework.auto : auto-spring Optional | jar | |
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.2 |