| License | License | 
|---|---|
| Categories | CategoriesBuild Tools | 
| GroupId | GroupIdcom.fitbur | 
| ArtifactId | ArtifactIdbuild-tools | 
| Last Version | Last Version0.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionBuild Tools A set of tools for managing builds and code quality | 
| Project Organization | Project OrganizationFitburIO | 
| Filename | Size | 
|---|---|
| build-tools-0.5.0.pom | |
| build-tools-0.5.0.jar | 5 KB | 
| build-tools-0.5.0-sources.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.fitbur/build-tools/ -->
<dependency>
    <groupId>com.fitbur</groupId>
    <artifactId>build-tools</artifactId>
    <version>0.5.0</version>
</dependency>// https://jarcasting.com/artifacts/com.fitbur/build-tools/
implementation 'com.fitbur:build-tools:0.5.0'// https://jarcasting.com/artifacts/com.fitbur/build-tools/
implementation ("com.fitbur:build-tools:0.5.0")'com.fitbur:build-tools:jar:0.5.0'<dependency org="com.fitbur" name="build-tools" rev="0.5.0">
  <artifact name="build-tools" type="jar" />
</dependency>@Grapes(
@Grab(group='com.fitbur', module='build-tools', version='0.5.0')
)libraryDependencies += "com.fitbur" % "build-tools" % "0.5.0"[com.fitbur/build-tools "0.5.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven.plugins : maven-shade-plugin | jar | 2.4.2 |