| GroupId | GroupIdcom.github.submob |
|---|---|
| ArtifactId | ArtifactIdlogmob-android |
| Version | Version2.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| logmob-android-2.0.0.pom | |
| logmob-android-2.0.0-sources.jar | 4 KB |
| logmob-android-2.0.0-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.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.submob/logmob-android/
implementation 'com.github.submob:logmob-android:2.0.0'
// https://jarcasting.com/artifacts/com.github.submob/logmob-android/
implementation ("com.github.submob:logmob-android:2.0.0")
'com.github.submob:logmob-android:aar:2.0.0'
<dependency org="com.github.submob" name="logmob-android" rev="2.0.0">
<artifact name="logmob-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.submob', module='logmob-android', version='2.0.0')
)
libraryDependencies += "com.github.submob" % "logmob-android" % "2.0.0"
[com.github.submob/logmob-android "2.0.0"]