| GroupId | GroupIdcom.github.submob |
|---|---|
| ArtifactId | ArtifactIdlogmob-android |
| Version | Version2.1.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| logmob-android-2.1.5.pom | |
| logmob-android-2.1.5-sources.jar | 4 KB |
| logmob-android-2.1.5-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.submob/logmob-android/ -->
<dependency>
<groupId>com.github.submob</groupId>
<artifactId>logmob-android</artifactId>
<version>2.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.submob/logmob-android/
implementation 'com.github.submob:logmob-android:2.1.5'
// https://jarcasting.com/artifacts/com.github.submob/logmob-android/
implementation ("com.github.submob:logmob-android:2.1.5")
'com.github.submob:logmob-android:aar:2.1.5'
<dependency org="com.github.submob" name="logmob-android" rev="2.1.5">
<artifact name="logmob-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.submob', module='logmob-android', version='2.1.5')
)
libraryDependencies += "com.github.submob" % "logmob-android" % "2.1.5"
[com.github.submob/logmob-android "2.1.5"]