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