GroupId | GroupIdio.magentys |
---|---|
ArtifactId | ArtifactIdcherry-fest |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
cherry-fest-1.0.5.pom | |
cherry-fest-1.0.5.jar | 31 KB |
cherry-fest-1.0.5-sources.jar | 15 KB |
cherry-fest-1.0.5-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.magentys/cherry-fest/ -->
<dependency>
<groupId>io.magentys</groupId>
<artifactId>cherry-fest</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.magentys/cherry-fest/
implementation 'io.magentys:cherry-fest:1.0.5'
// https://jarcasting.com/artifacts/io.magentys/cherry-fest/
implementation ("io.magentys:cherry-fest:1.0.5")
'io.magentys:cherry-fest:jar:1.0.5'
<dependency org="io.magentys" name="cherry-fest" rev="1.0.5">
<artifact name="cherry-fest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.magentys', module='cherry-fest', version='1.0.5')
)
libraryDependencies += "io.magentys" % "cherry-fest" % "1.0.5"
[io.magentys/cherry-fest "1.0.5"]