GroupId | GroupIdcom.github.venkatramanm.swf-all |
---|---|
ArtifactId | ArtifactIdswf-plugin-ecommerce |
Version | Version2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-ecommerce/ -->
<dependency>
<groupId>com.github.venkatramanm.swf-all</groupId>
<artifactId>swf-plugin-ecommerce</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-ecommerce/
implementation 'com.github.venkatramanm.swf-all:swf-plugin-ecommerce:2.8'
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-ecommerce/
implementation ("com.github.venkatramanm.swf-all:swf-plugin-ecommerce:2.8")
'com.github.venkatramanm.swf-all:swf-plugin-ecommerce:jar:2.8'
<dependency org="com.github.venkatramanm.swf-all" name="swf-plugin-ecommerce" rev="2.8">
<artifact name="swf-plugin-ecommerce" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm.swf-all', module='swf-plugin-ecommerce', version='2.8')
)
libraryDependencies += "com.github.venkatramanm.swf-all" % "swf-plugin-ecommerce" % "2.8"
[com.github.venkatramanm.swf-all/swf-plugin-ecommerce "2.8"]