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