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