License |
License |
---|---|
GroupId | GroupIdcom.github.frank5380 |
ArtifactId | ArtifactIdcandy-parent |
Last Version | Last Version0.0.14 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
candy-parent-0.0.14.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.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frank5380/candy-parent/
implementation 'com.github.frank5380:candy-parent:0.0.14'
// https://jarcasting.com/artifacts/com.github.frank5380/candy-parent/
implementation ("com.github.frank5380:candy-parent:0.0.14")
'com.github.frank5380:candy-parent:pom:0.0.14'
<dependency org="com.github.frank5380" name="candy-parent" rev="0.0.14">
<artifact name="candy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frank5380', module='candy-parent', version='0.0.14')
)
libraryDependencies += "com.github.frank5380" % "candy-parent" % "0.0.14"
[com.github.frank5380/candy-parent "0.0.14"]