is not current version
Last Version 2.0.0

com.expofp:common 0.0.8

Common components of SDK

GroupId

GroupId

com.expofp
ArtifactId

ArtifactId

common
Version

Version

0.0.8
Type

Type

aar

Download common 0.0.8


<!-- https://jarcasting.com/artifacts/com.expofp/common/ -->
<dependency>
    <groupId>com.expofp</groupId>
    <artifactId>common</artifactId>
    <version>0.0.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.expofp/common/
implementation 'com.expofp:common:0.0.8'
// https://jarcasting.com/artifacts/com.expofp/common/
implementation ("com.expofp:common:0.0.8")
'com.expofp:common:aar:0.0.8'
<dependency org="com.expofp" name="common" rev="0.0.8">
  <artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.expofp', module='common', version='0.0.8')
)
libraryDependencies += "com.expofp" % "common" % "0.0.8"
[com.expofp/common "0.0.8"]