GroupId | GroupIdcom.channelape |
---|---|
ArtifactId | ArtifactIdbigcommerce-sdk |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
bigcommerce-sdk-1.1.2.pom | |
bigcommerce-sdk-1.1.2.jar | 58 KB |
bigcommerce-sdk-1.1.2-sources.jar | 27 KB |
bigcommerce-sdk-1.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation 'com.channelape:bigcommerce-sdk:1.1.2'
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation ("com.channelape:bigcommerce-sdk:1.1.2")
'com.channelape:bigcommerce-sdk:jar:1.1.2'
<dependency org="com.channelape" name="bigcommerce-sdk" rev="1.1.2">
<artifact name="bigcommerce-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.channelape', module='bigcommerce-sdk', version='1.1.2')
)
libraryDependencies += "com.channelape" % "bigcommerce-sdk" % "1.1.2"
[com.channelape/bigcommerce-sdk "1.1.2"]