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