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