MVN

com.optum.sourcehawk : sourcehawk-checkstyle-config

Maven & Gradle

Jan 28, 2022
0 stars

Sourcehawk Checkstyle Config · Checkstyle configurations

<dependency>
    <groupId>com.optum.sourcehawk</groupId>
    <artifactId>sourcehawk-checkstyle-config</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.optum.sourcehawk : sourcehawk-checkstyle-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.optum.sourcehawk : sourcehawk-checkstyle-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sourcehawk-checkstyle-config-2.0.0
1.3.x
sourcehawk-checkstyle-config-1.3.0
1.2.x
sourcehawk-checkstyle-config-1.2.0
1.1.x
sourcehawk-checkstyle-config-1.1.10
sourcehawk-checkstyle-config-1.1.9
sourcehawk-checkstyle-config-1.1.8
sourcehawk-checkstyle-config-1.1.7
sourcehawk-checkstyle-config-1.1.6
sourcehawk-checkstyle-config-1.1.5
sourcehawk-checkstyle-config-1.1.4
sourcehawk-checkstyle-config-1.1.3
sourcehawk-checkstyle-config-1.1.2
sourcehawk-checkstyle-config-1.1.1
sourcehawk-checkstyle-config-1.1.0
1.0.x
sourcehawk-checkstyle-config-1.0.4
sourcehawk-checkstyle-config-1.0.3
sourcehawk-checkstyle-config-1.0.2
sourcehawk-checkstyle-config-1.0.1
sourcehawk-checkstyle-config-1.0.0
0.1.x
sourcehawk-checkstyle-config-0.1.2
sourcehawk-checkstyle-config-0.1.1
sourcehawk-checkstyle-config-0.1.0

How to add a dependency to Maven

Add the following com.optum.sourcehawk : sourcehawk-checkstyle-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.optum.sourcehawk</groupId>
    <artifactId>sourcehawk-checkstyle-config</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.optum.sourcehawk : sourcehawk-checkstyle-config gradle dependency to your build.gradle file:

implementation 'com.optum.sourcehawk:sourcehawk-checkstyle-config:2.0.0'

Gradle Kotlin DSL: Add the following com.optum.sourcehawk : sourcehawk-checkstyle-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.optum.sourcehawk:sourcehawk-checkstyle-config:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.optum.sourcehawk : sourcehawk-checkstyle-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.optum.sourcehawk" % "sourcehawk-checkstyle-config" % "2.0.0"

Advertisement