GroupId | GroupIdcom.github.flysium-io |
---|---|
ArtifactId | ArtifactIdpaas-boot-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPaaS Boot Parent
Parent pom providing Flysium-IO and third party dependency and plugin management for
Spring Boot applications built with maven
|
Filename | Size |
---|---|
paas-boot-parent-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flysium-io/paas-boot-parent/ -->
<dependency>
<groupId>com.github.flysium-io</groupId>
<artifactId>paas-boot-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.flysium-io/paas-boot-parent/
implementation 'com.github.flysium-io:paas-boot-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.flysium-io/paas-boot-parent/
implementation ("com.github.flysium-io:paas-boot-parent:1.0.0")
'com.github.flysium-io:paas-boot-parent:pom:1.0.0'
<dependency org="com.github.flysium-io" name="paas-boot-parent" rev="1.0.0">
<artifact name="paas-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.flysium-io', module='paas-boot-parent', version='1.0.0')
)
libraryDependencies += "com.github.flysium-io" % "paas-boot-parent" % "1.0.0"
[com.github.flysium-io/paas-boot-parent "1.0.0"]