GroupId | GroupIdio.github.fzdwx |
---|---|
ArtifactId | ArtifactIdsky |
Version | Version0.11 |
Type | Typepom |
Filename | Size |
---|---|
sky-0.11.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fzdwx/sky/ -->
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>sky</artifactId>
<version>0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.fzdwx/sky/
implementation 'io.github.fzdwx:sky:0.11'
// https://jarcasting.com/artifacts/io.github.fzdwx/sky/
implementation ("io.github.fzdwx:sky:0.11")
'io.github.fzdwx:sky:pom:0.11'
<dependency org="io.github.fzdwx" name="sky" rev="0.11">
<artifact name="sky" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.fzdwx', module='sky', version='0.11')
)
libraryDependencies += "io.github.fzdwx" % "sky" % "0.11"
[io.github.fzdwx/sky "0.11"]