License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIddev.wirespec.jetmagic |
ArtifactId | ArtifactIdjetmagic |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionjetmagic
Android library to support responsive layouts using Jetpack Compose
|
Project URL |
Project URL |
Filename | Size |
---|---|
jetmagic-1.3.0.pom | |
jetmagic-1.3.0-sources.jar | 33 KB |
jetmagic-1.3.0-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.wirespec.jetmagic/jetmagic/ -->
<dependency>
<groupId>dev.wirespec.jetmagic</groupId>
<artifactId>jetmagic</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.wirespec.jetmagic/jetmagic/
implementation 'dev.wirespec.jetmagic:jetmagic:1.3.0'
// https://jarcasting.com/artifacts/dev.wirespec.jetmagic/jetmagic/
implementation ("dev.wirespec.jetmagic:jetmagic:1.3.0")
'dev.wirespec.jetmagic:jetmagic:aar:1.3.0'
<dependency org="dev.wirespec.jetmagic" name="jetmagic" rev="1.3.0">
<artifact name="jetmagic" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.wirespec.jetmagic', module='jetmagic', version='1.3.0')
)
libraryDependencies += "dev.wirespec.jetmagic" % "jetmagic" % "1.3.0"
[dev.wirespec.jetmagic/jetmagic "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
Group / Artifact | Type | Version |
---|---|---|
androidx.core » core-ktx | jar | 1.7.0 |
androidx.compose.ui » ui | jar | 1.2.0-beta02 |
androidx.compose.material » material | jar | 1.2.0-beta02 |
androidx.compose.material » material-icons-extended | jar | 1.2.0-beta02 |
androidx.compose.ui » ui-tooling | jar | 1.2.0-beta02 |
androidx.compose.runtime » runtime-livedata | jar | 1.2.0-beta02 |
androidx.compose.foundation » foundation | jar | 1.2.0-beta02 |
androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.4.1 |
androidx.lifecycle » lifecycle-livedata-ktx | jar | 2.4.1 |
androidx.lifecycle » lifecycle-viewmodel-compose | jar | 2.4.1 |
io.coil-kt : coil-compose | jar | 1.4.0 |
com.google.accompanist : accompanist-coil | jar | 0.15.0 |