is not current version
Last Version 3.2.4

com.emarsys:common 2.12.1

common module of the EmarsysSDK

GroupId

GroupId

com.emarsys
ArtifactId

ArtifactId

common
Version

Version

2.12.1
Type

Type

aar

Download common 2.12.1


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