| GroupId | GroupIdio.spot-next | 
|---|---|
| ArtifactId | ArtifactIdspot-commerce-base | 
| Version | Version1.0.14-BETA-20181107 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.spot-next/spot-commerce-base/ -->
<dependency>
    <groupId>io.spot-next</groupId>
    <artifactId>spot-commerce-base</artifactId>
    <version>1.0.14-BETA-20181107</version>
</dependency>// https://jarcasting.com/artifacts/io.spot-next/spot-commerce-base/
implementation 'io.spot-next:spot-commerce-base:1.0.14-BETA-20181107'// https://jarcasting.com/artifacts/io.spot-next/spot-commerce-base/
implementation ("io.spot-next:spot-commerce-base:1.0.14-BETA-20181107")'io.spot-next:spot-commerce-base:jar:1.0.14-BETA-20181107'<dependency org="io.spot-next" name="spot-commerce-base" rev="1.0.14-BETA-20181107">
  <artifact name="spot-commerce-base" type="jar" />
</dependency>@Grapes(
@Grab(group='io.spot-next', module='spot-commerce-base', version='1.0.14-BETA-20181107')
)libraryDependencies += "io.spot-next" % "spot-commerce-base" % "1.0.14-BETA-20181107"[io.spot-next/spot-commerce-base "1.0.14-BETA-20181107"]