GroupId | GroupIdcom.emarsys |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version3.2.3 |
Type | Typeaar |
Filename | Size |
---|---|
common-3.2.3.pom | |
common-3.2.3-sources.jar | 1 KB |
common-3.2.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.emarsys/common/ -->
<dependency>
<groupId>com.emarsys</groupId>
<artifactId>common</artifactId>
<version>3.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.emarsys/common/
implementation 'com.emarsys:common:3.2.3'
// https://jarcasting.com/artifacts/com.emarsys/common/
implementation ("com.emarsys:common:3.2.3")
'com.emarsys:common:aar:3.2.3'
<dependency org="com.emarsys" name="common" rev="3.2.3">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.emarsys', module='common', version='3.2.3')
)
libraryDependencies += "com.emarsys" % "common" % "3.2.3"
[com.emarsys/common "3.2.3"]