is not current version
Last Version 0.5.0

com.fitbur:build-tools 0.0.4

A set of tools for managing builds and code quality

Categories

Categories

Build Tools
GroupId

GroupId

com.fitbur
ArtifactId

ArtifactId

build-tools
Version

Version

0.0.4
Type

Type

jar

Download build-tools 0.0.4


<!-- https://jarcasting.com/artifacts/com.fitbur/build-tools/ -->
<dependency>
    <groupId>com.fitbur</groupId>
    <artifactId>build-tools</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur/build-tools/
implementation 'com.fitbur:build-tools:0.0.4'
// https://jarcasting.com/artifacts/com.fitbur/build-tools/
implementation ("com.fitbur:build-tools:0.0.4")
'com.fitbur:build-tools:jar:0.0.4'
<dependency org="com.fitbur" name="build-tools" rev="0.0.4">
  <artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur', module='build-tools', version='0.0.4')
)
libraryDependencies += "com.fitbur" % "build-tools" % "0.0.4"
[com.fitbur/build-tools "0.0.4"]