is not current version
Last Version 4.2.0

co.windly:limbo-mvvm 2.4.0

A library that helps you to easily build Android applications usingModel View ViewModel architectural pattern.

GroupId

GroupId

co.windly
ArtifactId

ArtifactId

limbo-mvvm
Version

Version

2.4.0
Type

Type

aar

Download limbo-mvvm 2.4.0


<!-- https://jarcasting.com/artifacts/co.windly/limbo-mvvm/ -->
<dependency>
    <groupId>co.windly</groupId>
    <artifactId>limbo-mvvm</artifactId>
    <version>2.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.windly/limbo-mvvm/
implementation 'co.windly:limbo-mvvm:2.4.0'
// https://jarcasting.com/artifacts/co.windly/limbo-mvvm/
implementation ("co.windly:limbo-mvvm:2.4.0")
'co.windly:limbo-mvvm:aar:2.4.0'
<dependency org="co.windly" name="limbo-mvvm" rev="2.4.0">
  <artifact name="limbo-mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.windly', module='limbo-mvvm', version='2.4.0')
)
libraryDependencies += "co.windly" % "limbo-mvvm" % "2.4.0"
[co.windly/limbo-mvvm "2.4.0"]