License |
License |
---|---|
GroupId | GroupIdco.abit.boot |
ArtifactId | ArtifactIdboot-starter-parent |
Version | Version2.1.37 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
boot-starter-parent-2.1.37.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/ -->
<dependency>
<groupId>co.abit.boot</groupId>
<artifactId>boot-starter-parent</artifactId>
<version>2.1.37</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/
implementation 'co.abit.boot:boot-starter-parent:2.1.37'
// https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/
implementation ("co.abit.boot:boot-starter-parent:2.1.37")
'co.abit.boot:boot-starter-parent:pom:2.1.37'
<dependency org="co.abit.boot" name="boot-starter-parent" rev="2.1.37">
<artifact name="boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.abit.boot', module='boot-starter-parent', version='2.1.37')
)
libraryDependencies += "co.abit.boot" % "boot-starter-parent" % "2.1.37"
[co.abit.boot/boot-starter-parent "2.1.37"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.7 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |