is not current version
Last Version 1.0.19

com.github.bordertech.common:build-tools 1.0.6

Shared maven resources for BorderTech projects.

Categories

Categories

Build Tools
GroupId

GroupId

com.github.bordertech.common
ArtifactId

ArtifactId

build-tools
Version

Version

1.0.6
Type

Type

jar

Download build-tools 1.0.6


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