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