is not current version
Last Version 5

com.squeakysand.devtools:static-checks-java-self-check 1

Contains static analysis settings to run on the checks defined in the config module.

Categories

Categories

Java Languages
GroupId

GroupId

com.squeakysand.devtools
ArtifactId

ArtifactId

static-checks-java-self-check
Version

Version

1
Type

Type

pom

Download static-checks-java-self-check 1


<!-- https://jarcasting.com/artifacts/com.squeakysand.devtools/static-checks-java-self-check/ -->
<dependency>
    <groupId>com.squeakysand.devtools</groupId>
    <artifactId>static-checks-java-self-check</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.devtools/static-checks-java-self-check/
implementation 'com.squeakysand.devtools:static-checks-java-self-check:1'
// https://jarcasting.com/artifacts/com.squeakysand.devtools/static-checks-java-self-check/
implementation ("com.squeakysand.devtools:static-checks-java-self-check:1")
'com.squeakysand.devtools:static-checks-java-self-check:pom:1'
<dependency org="com.squeakysand.devtools" name="static-checks-java-self-check" rev="1">
  <artifact name="static-checks-java-self-check" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.devtools', module='static-checks-java-self-check', version='1')
)
libraryDependencies += "com.squeakysand.devtools" % "static-checks-java-self-check" % "1"
[com.squeakysand.devtools/static-checks-java-self-check "1"]