License |
License |
---|---|
GroupId | GroupIdcom.buession.springboot |
ArtifactId | ArtifactIdbuession-springboot-parent |
Version | Version1.3.1 |
Type | Typepom |
Description |
DescriptionBuession Springboot Parent
Buession Springboot Framework Parent
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
buession-springboot-parent-1.3.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buession.springboot/buession-springboot-parent/ -->
<dependency>
<groupId>com.buession.springboot</groupId>
<artifactId>buession-springboot-parent</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.buession.springboot/buession-springboot-parent/
implementation 'com.buession.springboot:buession-springboot-parent:1.3.1'
// https://jarcasting.com/artifacts/com.buession.springboot/buession-springboot-parent/
implementation ("com.buession.springboot:buession-springboot-parent:1.3.1")
'com.buession.springboot:buession-springboot-parent:pom:1.3.1'
<dependency org="com.buession.springboot" name="buession-springboot-parent" rev="1.3.1">
<artifact name="buession-springboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.buession.springboot', module='buession-springboot-parent', version='1.3.1')
)
libraryDependencies += "com.buession.springboot" % "buession-springboot-parent" % "1.3.1"
[com.buession.springboot/buession-springboot-parent "1.3.1"]