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