is not current version
Last Version 5

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

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

2
Type

Type

pom

Download static-checks-java-self-check 2


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