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