is not current version
Last Version 2.1.4

com.github.submob:basemob 2.0.1

Set of base classes for Android

GroupId

GroupId

com.github.submob
ArtifactId

ArtifactId

basemob
Version

Version

2.0.1
Type

Type

aar

Download basemob 2.0.1


<!-- 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"]