s

sample

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