GroupId | GroupIdio.github.wycst |
---|---|
ArtifactId | ArtifactIdlight-common |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
light-common-0.0.3.pom | |
light-common-0.0.3.jar | 130 KB |
light-common-0.0.3-sources.jar | 100 KB |
light-common-0.0.3-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wycst/light-common/ -->
<dependency>
<groupId>io.github.wycst</groupId>
<artifactId>light-common</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wycst/light-common/
implementation 'io.github.wycst:light-common:0.0.3'
// https://jarcasting.com/artifacts/io.github.wycst/light-common/
implementation ("io.github.wycst:light-common:0.0.3")
'io.github.wycst:light-common:jar:0.0.3'
<dependency org="io.github.wycst" name="light-common" rev="0.0.3">
<artifact name="light-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wycst', module='light-common', version='0.0.3')
)
libraryDependencies += "io.github.wycst" % "light-common" % "0.0.3"
[io.github.wycst/light-common "0.0.3"]