<dependency> <groupId>com.airbnb.android</groupId> <artifactId>mavericks-hilt</artifactId> <version>3.0.2</version> <type>aar</type> </dependency>
implementation 'com.airbnb.android:mavericks-hilt:3.0.2'
implementation("com.airbnb.android:mavericks-hilt:3.0.2")
libraryDependencies += "com.airbnb.android" % "mavericks-hilt" % "3.0.2"
@Grapes( @Grab(group='com.airbnb.android', module='mavericks-hilt', version='3.0.2') )
<dependency org="com.airbnb.android" name="mavericks-hilt" rev="3.0.2" />
[com.airbnb.android/mavericks-hilt "3.0.2"]
'com.airbnb.android:mavericks-hilt:jar:3.0.2'
compile
|-- com.airbnb.android:mavericks:3.0.2
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10
runtime
|-- com.google.dagger:hilt-android:2.43.2
|-- androidx.lifecycle:lifecycle-common-java8:2.5.1
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4