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