GroupId | GroupIdcom.github.gitqiao |
---|---|
ArtifactId | ArtifactIdveeker-parent |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
veeker-parent-0.0.5.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gitqiao/veeker-parent/ -->
<dependency>
<groupId>com.github.gitqiao</groupId>
<artifactId>veeker-parent</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gitqiao/veeker-parent/
implementation 'com.github.gitqiao:veeker-parent:0.0.5'
// https://jarcasting.com/artifacts/com.github.gitqiao/veeker-parent/
implementation ("com.github.gitqiao:veeker-parent:0.0.5")
'com.github.gitqiao:veeker-parent:pom:0.0.5'
<dependency org="com.github.gitqiao" name="veeker-parent" rev="0.0.5">
<artifact name="veeker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gitqiao', module='veeker-parent', version='0.0.5')
)
libraryDependencies += "com.github.gitqiao" % "veeker-parent" % "0.0.5"
[com.github.gitqiao/veeker-parent "0.0.5"]