is not current version
Last Version 0.0.7

com.github.thepacific:mvc 0.0.5

A quick mvc library on android

GroupId

GroupId

com.github.thepacific
ArtifactId

ArtifactId

mvc
Version

Version

0.0.5
Type

Type

aar

Download mvc 0.0.5


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