GroupId | GroupIdcom.orctom |
---|---|
ArtifactId | ArtifactIdspeex4j |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
speex4j-1.0.2.pom | |
speex4j-1.0.2.jar | 234 KB |
speex4j-1.0.2-tests.jar | 139 KB |
speex4j-1.0.2-sources.jar | 230 KB |
speex4j-1.0.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orctom/speex4j/ -->
<dependency>
<groupId>com.orctom</groupId>
<artifactId>speex4j</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.orctom/speex4j/
implementation 'com.orctom:speex4j:1.0.2'
// https://jarcasting.com/artifacts/com.orctom/speex4j/
implementation ("com.orctom:speex4j:1.0.2")
'com.orctom:speex4j:jar:1.0.2'
<dependency org="com.orctom" name="speex4j" rev="1.0.2">
<artifact name="speex4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orctom', module='speex4j', version='1.0.2')
)
libraryDependencies += "com.orctom" % "speex4j" % "1.0.2"
[com.orctom/speex4j "1.0.2"]