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