License |
License |
---|---|
GroupId | GroupIdcom.droidkit |
ArtifactId | ArtifactIdopus |
Version | Version1.1.1 |
Type | Typeaar |
Description |
DescriptionDroidKit-Opus
DroidKit Opus is OpusLib binding for Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
opus-1.1.1.pom | |
opus-1.1.1.aar | 1 MB |
opus-1.1.1-sources.jar | 1 KB |
opus-1.1.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.droidkit/opus/ -->
<dependency>
<groupId>com.droidkit</groupId>
<artifactId>opus</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.droidkit/opus/
implementation 'com.droidkit:opus:1.1.1'
// https://jarcasting.com/artifacts/com.droidkit/opus/
implementation ("com.droidkit:opus:1.1.1")
'com.droidkit:opus:aar:1.1.1'
<dependency org="com.droidkit" name="opus" rev="1.1.1">
<artifact name="opus" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.droidkit', module='opus', version='1.1.1')
)
libraryDependencies += "com.droidkit" % "opus" % "1.1.1"
[com.droidkit/opus "1.1.1"]