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