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