is not current version
Last Version 5

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

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

3
Type

Type

pom

Download static-checks-java-self-check 3


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