License |
License |
---|---|
GroupId | GroupIdio.easybest |
ArtifactId | ArtifactIdeasybest-boot-starter-parent |
Version | Version2.1.8.SR3 |
Type | Typepom |
Description |
DescriptionEasyBest Boot Starter Parent
Parent pom providing dependency and plugin management for applications
built with Maven
|
Filename | Size |
---|---|
easybest-boot-starter-parent-2.1.8.SR3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.easybest/easybest-boot-starter-parent/ -->
<dependency>
<groupId>io.easybest</groupId>
<artifactId>easybest-boot-starter-parent</artifactId>
<version>2.1.8.SR3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.easybest/easybest-boot-starter-parent/
implementation 'io.easybest:easybest-boot-starter-parent:2.1.8.SR3'
// https://jarcasting.com/artifacts/io.easybest/easybest-boot-starter-parent/
implementation ("io.easybest:easybest-boot-starter-parent:2.1.8.SR3")
'io.easybest:easybest-boot-starter-parent:pom:2.1.8.SR3'
<dependency org="io.easybest" name="easybest-boot-starter-parent" rev="2.1.8.SR3">
<artifact name="easybest-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.easybest', module='easybest-boot-starter-parent', version='2.1.8.SR3')
)
libraryDependencies += "io.easybest" % "easybest-boot-starter-parent" % "2.1.8.SR3"
[io.easybest/easybest-boot-starter-parent "2.1.8.SR3"]