| License |
License |
|---|---|
| Categories |
CategoriesWire Data Data Structures |
| GroupId | GroupIdcom.wire |
| ArtifactId | ArtifactIdavs |
| Last Version | Last Version8.1.16 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionwire-avs
Wire - Audio, Video, and Signaling (AVS)
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationcom.wire |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| avs-8.1.16.pom | |
| avs-8.1.16.aar | 20 MB |
| avs-8.1.16-sources.jar | 39 KB |
| avs-8.1.16-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wire/avs/ -->
<dependency>
<groupId>com.wire</groupId>
<artifactId>avs</artifactId>
<version>8.1.16</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.wire/avs/
implementation 'com.wire:avs:8.1.16'
// https://jarcasting.com/artifacts/com.wire/avs/
implementation ("com.wire:avs:8.1.16")
'com.wire:avs:aar:8.1.16'
<dependency org="com.wire" name="avs" rev="8.1.16">
<artifact name="avs" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.wire', module='avs', version='8.1.16')
)
libraryDependencies += "com.wire" % "avs" % "8.1.16"
[com.wire/avs "8.1.16"]