<dependency> <groupId>com.mottimotti.android</groupId> <artifactId>sample</artifactId> <version>1.0.0</version> <type>apk</type> </dependency>
implementation 'com.mottimotti.android:sample:1.0.0'
implementation("com.mottimotti.android:sample:1.0.0")
libraryDependencies += "com.mottimotti.android" % "sample" % "1.0.0"
@Grapes( @Grab(group='com.mottimotti.android', module='sample', version='1.0.0') )
<dependency org="com.mottimotti.android" name="sample" rev="1.0.0" />
[com.mottimotti.android/sample "1.0.0"]
'com.mottimotti.android:sample:jar:1.0.0'
<parent> <groupId>com.mottimotti.android</groupId> <artifactId>parent</artifactId> <version>1.0.0</version> </parent>
compile
|-- com.google.android:support-v4:r6
|-- com.mottimotti.android:library
provided
|-- com.google.android:android