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