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