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