License |
License |
---|---|
GroupId | GroupIdcom.github.xinput123 |
ArtifactId | ArtifactIdxinput-springboot-parent |
Version | Version1.0.4 |
Type | Typepom |
Description |
Descriptionxinput-springboot-parent
这是一个父类的springboot项目,为了使引入的springboot版本保持一致
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xinput-springboot-parent-1.0.4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-parent/ -->
<dependency>
<groupId>com.github.xinput123</groupId>
<artifactId>xinput-springboot-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-parent/
implementation 'com.github.xinput123:xinput-springboot-parent:1.0.4'
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-parent/
implementation ("com.github.xinput123:xinput-springboot-parent:1.0.4")
'com.github.xinput123:xinput-springboot-parent:pom:1.0.4'
<dependency org="com.github.xinput123" name="xinput-springboot-parent" rev="1.0.4">
<artifact name="xinput-springboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xinput123', module='xinput-springboot-parent', version='1.0.4')
)
libraryDependencies += "com.github.xinput123" % "xinput-springboot-parent" % "1.0.4"
[com.github.xinput123/xinput-springboot-parent "1.0.4"]