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