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