is not current version
Last Version 1.1.0

com.github.mdzhb:jt-adpcm 1.0.0

A high-quality ADPCM encoder and decoder for Java 9+

GroupId

GroupId

com.github.mdzhb
ArtifactId

ArtifactId

jt-adpcm
Version

Version

1.0.0
Type

Type

jar

Download jt-adpcm 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/ -->
<dependency>
    <groupId>com.github.mdzhb</groupId>
    <artifactId>jt-adpcm</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/
implementation 'com.github.mdzhb:jt-adpcm:1.0.0'
// https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/
implementation ("com.github.mdzhb:jt-adpcm:1.0.0")
'com.github.mdzhb:jt-adpcm:jar:1.0.0'
<dependency org="com.github.mdzhb" name="jt-adpcm" rev="1.0.0">
  <artifact name="jt-adpcm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdzhb', module='jt-adpcm', version='1.0.0')
)
libraryDependencies += "com.github.mdzhb" % "jt-adpcm" % "1.0.0"
[com.github.mdzhb/jt-adpcm "1.0.0"]