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