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