GroupId | GroupIdcom.commercetools.payment |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.6.2-beta6 |
Type | Typejar |
Filename | Size |
---|---|
common-0.6.2-beta6.pom | |
common-0.6.2-beta6.jar | 33 KB |
common-0.6.2-beta6-sources.jar | 26 KB |
common-0.6.2-beta6-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.commercetools.payment/common/ -->
<dependency>
<groupId>com.commercetools.payment</groupId>
<artifactId>common</artifactId>
<version>0.6.2-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.commercetools.payment/common/
implementation 'com.commercetools.payment:common:0.6.2-beta6'
// https://jarcasting.com/artifacts/com.commercetools.payment/common/
implementation ("com.commercetools.payment:common:0.6.2-beta6")
'com.commercetools.payment:common:jar:0.6.2-beta6'
<dependency org="com.commercetools.payment" name="common" rev="0.6.2-beta6">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commercetools.payment', module='common', version='0.6.2-beta6')
)
libraryDependencies += "com.commercetools.payment" % "common" % "0.6.2-beta6"
[com.commercetools.payment/common "0.6.2-beta6"]