MVN

org.openengsb.tooling : openengsb-tooling-checkstyle

Maven & Gradle

Aug 03, 2011
43 stars

OpenEngSB :: Tooling :: Checkstyle · Configuration files for code formatting and checkstyle

<dependency>
    <groupId>org.openengsb.tooling</groupId>
    <artifactId>openengsb-tooling-checkstyle</artifactId>
    <version>1.1.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openengsb.tooling : openengsb-tooling-checkstyle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7.RELEASE
  • Latest Release Candidate: 1.1.0.RC3

All Versions

Choose a version of org.openengsb.tooling : openengsb-tooling-checkstyle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
openengsb-tooling-checkstyle-1.2.0.M2
openengsb-tooling-checkstyle-1.2.0.M1
1.1.x
openengsb-tooling-checkstyle-1.1.7.RELEASE
openengsb-tooling-checkstyle-1.1.6.RELEASE
openengsb-tooling-checkstyle-1.1.5.RELEASE
openengsb-tooling-checkstyle-1.1.4.RELEASE
openengsb-tooling-checkstyle-1.1.3.RELEASE
openengsb-tooling-checkstyle-1.1.2.RELEASE
openengsb-tooling-checkstyle-1.1.1.RELEASE
openengsb-tooling-checkstyle-1.1.0.RELEASE
openengsb-tooling-checkstyle-1.1.0.RC3
openengsb-tooling-checkstyle-1.1.0.RC2
openengsb-tooling-checkstyle-1.1.0.RC1
openengsb-tooling-checkstyle-1.1.0.M4
openengsb-tooling-checkstyle-1.1.0.M3
openengsb-tooling-checkstyle-1.1.0.M2
openengsb-tooling-checkstyle-1.1.0.M1
1.0.x
openengsb-tooling-checkstyle-1.0.6.RELEASE
openengsb-tooling-checkstyle-1.0.5.RELEASE
openengsb-tooling-checkstyle-1.0.4.RELEASE
openengsb-tooling-checkstyle-1.0.3.RELEASE
openengsb-tooling-checkstyle-1.0.2.RELEASE
openengsb-tooling-checkstyle-1.0.1.RELEASE
openengsb-tooling-checkstyle-1.0.0.RELEASE
openengsb-tooling-checkstyle-1.0.0.RC5
openengsb-tooling-checkstyle-1.0.0.RC4
openengsb-tooling-checkstyle-1.0.0.RC3
openengsb-tooling-checkstyle-1.0.0.RC2
openengsb-tooling-checkstyle-1.0.0.RC1
openengsb-tooling-checkstyle-1.0.0.M7
openengsb-tooling-checkstyle-1.0.0.M6

How to add a dependency to Maven

Add the following org.openengsb.tooling : openengsb-tooling-checkstyle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openengsb.tooling</groupId>
    <artifactId>openengsb-tooling-checkstyle</artifactId>
    <version>1.1.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openengsb.tooling : openengsb-tooling-checkstyle gradle dependency to your build.gradle file:

implementation 'org.openengsb.tooling:openengsb-tooling-checkstyle:1.1.7.RELEASE'

Gradle Kotlin DSL: Add the following org.openengsb.tooling : openengsb-tooling-checkstyle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openengsb.tooling:openengsb-tooling-checkstyle:1.1.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openengsb.tooling : openengsb-tooling-checkstyle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openengsb.tooling" % "openengsb-tooling-checkstyle" % "1.1.7.RELEASE"