Files download
File Operation
light-common-0.0.11.jar download
light-common-0.0.11.pom download
light-common-0.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wycst</groupId>
  <artifactId>light-common</artifactId>
  <version>0.0.11</version>
</dependency>
Gradle Groovy
implementation 'io.github.wycst:light-common:0.0.11'
Gradle Kotlin
implementation("io.github.wycst:light-common:0.0.11")
Scala SBT
libraryDependencies += "io.github.wycst" % "light-common" % "0.0.11"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wycst', module='light-common', version='0.0.11')
)
Apache Ivy
<dependency org="io.github.wycst" name="light-common" rev="0.0.11" />
Leiningen
[io.github.wycst/light-common "0.0.11"]
Apache Buildr
'io.github.wycst:light-common:jar:0.0.11'