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