| GroupId | GroupIdio.spot-next | 
|---|---|
| ArtifactId | ArtifactIdspot-core-shell | 
| Version | Version1.0.4-BETA-20180811-00374fa | 
| 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.4-BETA-20180811-00374fa</version>
</dependency>// https://jarcasting.com/artifacts/io.spot-next/spot-core-shell/
implementation 'io.spot-next:spot-core-shell:1.0.4-BETA-20180811-00374fa'// https://jarcasting.com/artifacts/io.spot-next/spot-core-shell/
implementation ("io.spot-next:spot-core-shell:1.0.4-BETA-20180811-00374fa")'io.spot-next:spot-core-shell:jar:1.0.4-BETA-20180811-00374fa'<dependency org="io.spot-next" name="spot-core-shell" rev="1.0.4-BETA-20180811-00374fa">
  <artifact name="spot-core-shell" type="jar" />
</dependency>@Grapes(
@Grab(group='io.spot-next', module='spot-core-shell', version='1.0.4-BETA-20180811-00374fa')
)libraryDependencies += "io.spot-next" % "spot-core-shell" % "1.0.4-BETA-20180811-00374fa"[io.spot-next/spot-core-shell "1.0.4-BETA-20180811-00374fa"]