GroupId | GroupIdcom.adobe.commerce.cif |
---|---|
ArtifactId | ArtifactIdcore-cif-components-examples-frontend |
Version | Version2.2.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.adobe.commerce.cif/core-cif-components-examples-frontend/ -->
<dependency>
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-examples-frontend</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.commerce.cif/core-cif-components-examples-frontend/
implementation 'com.adobe.commerce.cif:core-cif-components-examples-frontend:2.2.0'
// https://jarcasting.com/artifacts/com.adobe.commerce.cif/core-cif-components-examples-frontend/
implementation ("com.adobe.commerce.cif:core-cif-components-examples-frontend:2.2.0")
'com.adobe.commerce.cif:core-cif-components-examples-frontend:pom:2.2.0'
<dependency org="com.adobe.commerce.cif" name="core-cif-components-examples-frontend" rev="2.2.0">
<artifact name="core-cif-components-examples-frontend" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adobe.commerce.cif', module='core-cif-components-examples-frontend', version='2.2.0')
)
libraryDependencies += "com.adobe.commerce.cif" % "core-cif-components-examples-frontend" % "2.2.0"
[com.adobe.commerce.cif/core-cif-components-examples-frontend "2.2.0"]