Files download
File Operation
app-architecture-android-1.5.pom download
app-architecture-android-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.frodoking</groupId>
  <artifactId>app-architecture-android</artifactId>
  <version>1.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.frodoking:app-architecture-android:1.5'
Gradle Kotlin
implementation("com.github.frodoking:app-architecture-android:1.5")
Scala SBT
libraryDependencies += "com.github.frodoking" % "app-architecture-android" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frodoking', module='app-architecture-android', version='1.5')
)
Apache Ivy
<dependency org="com.github.frodoking" name="app-architecture-android" rev="1.5" />
Leiningen
[com.github.frodoking/app-architecture-android "1.5"]
Apache Buildr
'com.github.frodoking:app-architecture-android:jar:1.5'