License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdorg.broadleafcommerce |
ArtifactId | ArtifactIdpayment |
Version | Version1.6.0-GA |
Type | Typepom |
Description |
DescriptionBroadleafCommerce Payment Modules
BroadleafCommerce Payment Modules
|
Project URL |
Project URL |
Filename | Size |
---|---|
payment-1.6.0-GA.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.broadleafcommerce/payment/ -->
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>payment</artifactId>
<version>1.6.0-GA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.broadleafcommerce/payment/
implementation 'org.broadleafcommerce:payment:1.6.0-GA'
// https://jarcasting.com/artifacts/org.broadleafcommerce/payment/
implementation ("org.broadleafcommerce:payment:1.6.0-GA")
'org.broadleafcommerce:payment:pom:1.6.0-GA'
<dependency org="org.broadleafcommerce" name="payment" rev="1.6.0-GA">
<artifact name="payment" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.broadleafcommerce', module='payment', version='1.6.0-GA')
)
libraryDependencies += "org.broadleafcommerce" % "payment" % "1.6.0-GA"
[org.broadleafcommerce/payment "1.6.0-GA"]