GroupId | GroupIdio.github.mytianya |
---|---|
ArtifactId | ArtifactIdsp-quicker |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
sp-quicker-1.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mytianya/sp-quicker/ -->
<dependency>
<groupId>io.github.mytianya</groupId>
<artifactId>sp-quicker</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mytianya/sp-quicker/
implementation 'io.github.mytianya:sp-quicker:1.1'
// https://jarcasting.com/artifacts/io.github.mytianya/sp-quicker/
implementation ("io.github.mytianya:sp-quicker:1.1")
'io.github.mytianya:sp-quicker:pom:1.1'
<dependency org="io.github.mytianya" name="sp-quicker" rev="1.1">
<artifact name="sp-quicker" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mytianya', module='sp-quicker', version='1.1')
)
libraryDependencies += "io.github.mytianya" % "sp-quicker" % "1.1"
[io.github.mytianya/sp-quicker "1.1"]