is not current version
Last Version 0.8.6

com.imminentmeals:prestige 0.8

MVC pattern for Android.

GroupId

GroupId

com.imminentmeals
ArtifactId

ArtifactId

prestige
Version

Version

0.8
Type

Type

jar

Download prestige 0.8


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