MVN

com.squeakysand.devtools : static-checks-java-config

Maven & Gradle

Aug 07, 2013

Contains settings for the static analysis tools.

<dependency>
    <groupId>com.squeakysand.devtools</groupId>
    <artifactId>static-checks-java-config</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squeakysand.devtools : static-checks-java-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of com.squeakysand.devtools : static-checks-java-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5
static-checks-java-config-5
4
static-checks-java-config-4
3
static-checks-java-config-3
2
static-checks-java-config-2
1
static-checks-java-config-1

How to add a dependency to Maven

Add the following com.squeakysand.devtools : static-checks-java-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squeakysand.devtools</groupId>
    <artifactId>static-checks-java-config</artifactId>
    <version>5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squeakysand.devtools : static-checks-java-config gradle dependency to your build.gradle file:

implementation 'com.squeakysand.devtools:static-checks-java-config:5'

Gradle Kotlin DSL: Add the following com.squeakysand.devtools : static-checks-java-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squeakysand.devtools:static-checks-java-config:5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squeakysand.devtools : static-checks-java-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squeakysand.devtools" % "static-checks-java-config" % "5"