| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mdzhb |
| ArtifactId | ArtifactIdjt-adpcm |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionjt-adpcm
A high-quality ADPCM encoder and decoder for Java 9+
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jt-adpcm-1.0.1.pom | |
| jt-adpcm-1.0.1.jar | 21 KB |
| jt-adpcm-1.0.1-sources.jar | 13 KB |
| jt-adpcm-1.0.1-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/ -->
<dependency>
<groupId>com.github.mdzhb</groupId>
<artifactId>jt-adpcm</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/
implementation 'com.github.mdzhb:jt-adpcm:1.0.1'
// https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/
implementation ("com.github.mdzhb:jt-adpcm:1.0.1")
'com.github.mdzhb:jt-adpcm:jar:1.0.1'
<dependency org="com.github.mdzhb" name="jt-adpcm" rev="1.0.1">
<artifact name="jt-adpcm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdzhb', module='jt-adpcm', version='1.0.1')
)
libraryDependencies += "com.github.mdzhb" % "jt-adpcm" % "1.0.1"
[com.github.mdzhb/jt-adpcm "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |