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