is not current version
Last Version 0.1.2

dev.buildtool:tools 0.1.0

Various helpful things

GroupId

GroupId

dev.buildtool
ArtifactId

ArtifactId

tools
Version

Version

0.1.0
Type

Type

pom

Download tools 0.1.0

Filename Size
tools-0.1.0.pom
Browse

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