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