GroupId | GroupIdio.github.luqinx |
---|---|
ArtifactId | ArtifactIdsp |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sp-1.0.0.pom | |
sp-1.0.0.jar | 73 KB |
sp-1.0.0-sources.jar | 43 KB |
sp-1.0.0-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.luqinx/sp/ -->
<dependency>
<groupId>io.github.luqinx</groupId>
<artifactId>sp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.luqinx/sp/
implementation 'io.github.luqinx:sp:1.0.0'
// https://jarcasting.com/artifacts/io.github.luqinx/sp/
implementation ("io.github.luqinx:sp:1.0.0")
'io.github.luqinx:sp:jar:1.0.0'
<dependency org="io.github.luqinx" name="sp" rev="1.0.0">
<artifact name="sp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.luqinx', module='sp', version='1.0.0')
)
libraryDependencies += "io.github.luqinx" % "sp" % "1.0.0"
[io.github.luqinx/sp "1.0.0"]