MVN

io.narayana : narayana-checkstyle-config

Maven & Gradle

May 04, 2021
0 stars

Narayana: Checkstyle Configuration · Checkstyle configuration for Narayana (https://narayana.io) projects

<dependency>
    <groupId>io.narayana</groupId>
    <artifactId>narayana-checkstyle-config</artifactId>
    <version>1.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.narayana : narayana-checkstyle-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.Final

All Versions

Choose a version of io.narayana : narayana-checkstyle-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
narayana-checkstyle-config-1.0.1.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>io.narayana</groupId>
    <artifactId>narayana-checkstyle-config</artifactId>
    <version>1.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.narayana : narayana-checkstyle-config gradle dependency to your build.gradle file:

implementation 'io.narayana:narayana-checkstyle-config:1.0.1.Final'

Gradle Kotlin DSL: Add the following io.narayana : narayana-checkstyle-config gradle kotlin dependency to your build.gradle.kts file:

implementation("io.narayana:narayana-checkstyle-config:1.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.narayana : narayana-checkstyle-config sbt scala dependency to your build.sbt file:

libraryDependencies += "io.narayana" % "narayana-checkstyle-config" % "1.0.1.Final"

Advertisement