| License |
License |
|---|---|
| GroupId | GroupIdcom.androidisland.arch |
| ArtifactId | ArtifactIdvita |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionVita
Vita is a light and simple library that helps you to share ViewModel between fragments and even activities! Also you can create ViewModels that are available all over the application!
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vita-1.0.0.pom | |
| vita-1.0.0.aar | 35 KB |
| vita-1.0.0-sources.jar | 585 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.androidisland.arch/vita/ -->
<dependency>
<groupId>com.androidisland.arch</groupId>
<artifactId>vita</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.androidisland.arch/vita/
implementation 'com.androidisland.arch:vita:1.0.0'
// https://jarcasting.com/artifacts/com.androidisland.arch/vita/
implementation ("com.androidisland.arch:vita:1.0.0")
'com.androidisland.arch:vita:aar:1.0.0'
<dependency org="com.androidisland.arch" name="vita" rev="1.0.0">
<artifact name="vita" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.androidisland.arch', module='vita', version='1.0.0')
)
libraryDependencies += "com.androidisland.arch" % "vita" % "1.0.0"
[com.androidisland.arch/vita "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.3.0 |
| androidx.lifecycle » lifecycle-extensions | jar | 2.2.0 |
| androidx.core » core-ktx | jar | 1.5.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.32 |