| License |
License |
|---|---|
| Categories |
CategoriesWire Data Data Structures |
| GroupId | GroupIdcom.twobuffers.wire |
| ArtifactId | ArtifactIdwire-coroutines |
| Last Version | Last Version0.4.8 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionWire Coroutines
Wire is a collection of opinionated Android-app building blocks.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wire-coroutines-0.4.8.pom | |
| wire-coroutines-0.4.8-sources.jar | 1 KB |
| wire-coroutines-0.4.8-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twobuffers.wire/wire-coroutines/ -->
<dependency>
<groupId>com.twobuffers.wire</groupId>
<artifactId>wire-coroutines</artifactId>
<version>0.4.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twobuffers.wire/wire-coroutines/
implementation 'com.twobuffers.wire:wire-coroutines:0.4.8'
// https://jarcasting.com/artifacts/com.twobuffers.wire/wire-coroutines/
implementation ("com.twobuffers.wire:wire-coroutines:0.4.8")
'com.twobuffers.wire:wire-coroutines:aar:0.4.8'
<dependency org="com.twobuffers.wire" name="wire-coroutines" rev="0.4.8">
<artifact name="wire-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twobuffers.wire', module='wire-coroutines', version='0.4.8')
)
libraryDependencies += "com.twobuffers.wire" % "wire-coroutines" % "0.4.8"
[com.twobuffers.wire/wire-coroutines "0.4.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.dagger : dagger | jar | 2.41 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.0 |