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