| License |
License |
|---|---|
| GroupId | GroupIdcom.mottimotti.android |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionAndroid MottiMotti Utils
Android packages for simplifying developing for MottiMotti.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-1.0.7.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mottimotti.android/parent/ -->
<dependency>
<groupId>com.mottimotti.android</groupId>
<artifactId>parent</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mottimotti.android/parent/
implementation 'com.mottimotti.android:parent:1.0.7'
// https://jarcasting.com/artifacts/com.mottimotti.android/parent/
implementation ("com.mottimotti.android:parent:1.0.7")
'com.mottimotti.android:parent:pom:1.0.7'
<dependency org="com.mottimotti.android" name="parent" rev="1.0.7">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mottimotti.android', module='parent', version='1.0.7')
)
libraryDependencies += "com.mottimotti.android" % "parent" % "1.0.7"
[com.mottimotti.android/parent "1.0.7"]