GroupId | GroupIdcom.github.mengweijin |
---|---|
ArtifactId | ArtifactIdquickboot-parent |
Version | Version1.0.12 |
Type | Typepom |
Filename | Size |
---|---|
quickboot-parent-1.0.12.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-parent/ -->
<dependency>
<groupId>com.github.mengweijin</groupId>
<artifactId>quickboot-parent</artifactId>
<version>1.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-parent/
implementation 'com.github.mengweijin:quickboot-parent:1.0.12'
// https://jarcasting.com/artifacts/com.github.mengweijin/quickboot-parent/
implementation ("com.github.mengweijin:quickboot-parent:1.0.12")
'com.github.mengweijin:quickboot-parent:pom:1.0.12'
<dependency org="com.github.mengweijin" name="quickboot-parent" rev="1.0.12">
<artifact name="quickboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mengweijin', module='quickboot-parent', version='1.0.12')
)
libraryDependencies += "com.github.mengweijin" % "quickboot-parent" % "1.0.12"
[com.github.mengweijin/quickboot-parent "1.0.12"]