GroupId | GroupIdcom.channelape |
---|---|
ArtifactId | ArtifactIdbigcommerce-sdk |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
bigcommerce-sdk-1.1.1.pom | |
bigcommerce-sdk-1.1.1.jar | 58 KB |
bigcommerce-sdk-1.1.1-sources.jar | 27 KB |
bigcommerce-sdk-1.1.1-javadoc.jar | 275 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/ -->
<dependency>
<groupId>com.channelape</groupId>
<artifactId>bigcommerce-sdk</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation 'com.channelape:bigcommerce-sdk:1.1.1'
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation ("com.channelape:bigcommerce-sdk:1.1.1")
'com.channelape:bigcommerce-sdk:jar:1.1.1'
<dependency org="com.channelape" name="bigcommerce-sdk" rev="1.1.1">
<artifact name="bigcommerce-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.channelape', module='bigcommerce-sdk', version='1.1.1')
)
libraryDependencies += "com.channelape" % "bigcommerce-sdk" % "1.1.1"
[com.channelape/bigcommerce-sdk "1.1.1"]