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