GroupId | GroupIdcom.emarsys |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version2.12.1 |
Type | Typeaar |
Filename | Size |
---|---|
common-2.12.1.pom | |
common-2.12.1.aar | 15 KB |
common-2.12.1-sources.jar | 1 KB |
common-2.12.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]