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