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