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