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