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