| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mdzhb |
| ArtifactId | ArtifactIdjt-adpcm |
| Version | Version1.1.0 |
| 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.1.0.pom | |
| jt-adpcm-1.1.0.jar | 30 KB |
| jt-adpcm-1.1.0-sources.jar | 19 KB |
| jt-adpcm-1.1.0-javadoc.jar | 177 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/ -->
<dependency>
<groupId>com.github.mdzhb</groupId>
<artifactId>jt-adpcm</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/
implementation 'com.github.mdzhb:jt-adpcm:1.1.0'
// https://jarcasting.com/artifacts/com.github.mdzhb/jt-adpcm/
implementation ("com.github.mdzhb:jt-adpcm:1.1.0")
'com.github.mdzhb:jt-adpcm:jar:1.1.0'
<dependency org="com.github.mdzhb" name="jt-adpcm" rev="1.1.0">
<artifact name="jt-adpcm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdzhb', module='jt-adpcm', version='1.1.0')
)
libraryDependencies += "com.github.mdzhb" % "jt-adpcm" % "1.1.0"
[com.github.mdzhb/jt-adpcm "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |