is not current version
Last Version 1.0.6

com.cooldatasoft:build-tools 1.0.2

Checkstyle Rules

Categories

Categories

Build Tools Data
GroupId

GroupId

com.cooldatasoft
ArtifactId

ArtifactId

build-tools
Version

Version

1.0.2
Type

Type

jar

Download build-tools 1.0.2


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