License |
License
The Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
|
---|---|
GroupId | GroupIdcom.rickbusarow.tangle |
ArtifactId | ArtifactIdtangle-compose |
Version | Version0.10.0 |
Type | Typeaar |
Description |
Descriptiontangle-compose
Hilt-like ViewModel injection using the Anvil compiler plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tangle-compose-0.10.0.pom | |
tangle-compose-0.10.0-sources.jar | 1 KB |
tangle-compose-0.10.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.rickbusarow.tangle/tangle-compose/ -->
<dependency>
<groupId>com.rickbusarow.tangle</groupId>
<artifactId>tangle-compose</artifactId>
<version>0.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rickbusarow.tangle/tangle-compose/
implementation 'com.rickbusarow.tangle:tangle-compose:0.10.0'
// https://jarcasting.com/artifacts/com.rickbusarow.tangle/tangle-compose/
implementation ("com.rickbusarow.tangle:tangle-compose:0.10.0")
'com.rickbusarow.tangle:tangle-compose:aar:0.10.0'
<dependency org="com.rickbusarow.tangle" name="tangle-compose" rev="0.10.0">
<artifact name="tangle-compose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rickbusarow.tangle', module='tangle-compose', version='0.10.0')
)
libraryDependencies += "com.rickbusarow.tangle" % "tangle-compose" % "0.10.0"
[com.rickbusarow.tangle/tangle-compose "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.compose.runtime » runtime | jar | 1.0.0-rc01 |
androidx.lifecycle » lifecycle-viewmodel | jar | 2.3.1 |
androidx.navigation » navigation-common | jar | 2.4.0-alpha04 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
Group / Artifact | Type | Version |
---|---|---|
androidx.lifecycle » lifecycle-viewmodel-compose | jar | 1.0.0-alpha07 |
androidx.savedstate » savedstate | jar | 1.1.0 |
com.rickbusarow.tangle : tangle-api | jar | 0.10.0 |