is not current version
Last Version 0.5.0

com.fitbur:build-tools 0.0.2

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.2
Type

Type

jar

Download build-tools 0.0.2


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