is not current version
Last Version 2.0.0

com.expofp:common 0.0.5

Common components of SDK

GroupId

GroupId

com.expofp
ArtifactId

ArtifactId

common
Version

Version

0.0.5
Type

Type

aar

Download common 0.0.5


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