GroupId | GroupIdcom.adobe.commerce.cif |
---|---|
ArtifactId | ArtifactIdcore-cif-components-examples-frontend |
Version | Version1.5.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>1.5.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:1.5.0'
// https://jarcasting.com/artifacts/com.adobe.commerce.cif/core-cif-components-examples-frontend/
implementation ("com.adobe.commerce.cif:core-cif-components-examples-frontend:1.5.0")
'com.adobe.commerce.cif:core-cif-components-examples-frontend:pom:1.5.0'
<dependency org="com.adobe.commerce.cif" name="core-cif-components-examples-frontend" rev="1.5.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='1.5.0')
)
libraryDependencies += "com.adobe.commerce.cif" % "core-cif-components-examples-frontend" % "1.5.0"
[com.adobe.commerce.cif/core-cif-components-examples-frontend "1.5.0"]