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