License |
License |
---|---|
GroupId | GroupIdcom.github.yongyongwang |
ArtifactId | ArtifactIdpaas-parent |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPaaS Parent Spring Boot Starter
Custom Parent Spring Boot Starter,Packaging Is pom
|
Project URL |
Project URL |
Filename | Size |
---|---|
paas-parent-0.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yongyongwang/paas-parent/ -->
<dependency>
<groupId>com.github.yongyongwang</groupId>
<artifactId>paas-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/paas-parent/
implementation 'com.github.yongyongwang:paas-parent:0.0.1'
// https://jarcasting.com/artifacts/com.github.yongyongwang/paas-parent/
implementation ("com.github.yongyongwang:paas-parent:0.0.1")
'com.github.yongyongwang:paas-parent:pom:0.0.1'
<dependency org="com.github.yongyongwang" name="paas-parent" rev="0.0.1">
<artifact name="paas-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='paas-parent', version='0.0.1')
)
libraryDependencies += "com.github.yongyongwang" % "paas-parent" % "0.0.1"
[com.github.yongyongwang/paas-parent "0.0.1"]