MVN

hudson.plugins.sloccount : sloccount

Maven & Gradle

Aug 01, 2011

Hudson SLOCCount Plug-in · This plug-in generates the trend report for SLOCCount, an open source program which counts the number of lines of codes in over 25 different languages, including C/C++, Ada, COBOL, Fortran, SQL, Ruby, Python, etc...

<dependency>
    <groupId>hudson.plugins.sloccount</groupId>
    <artifactId>sloccount</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hudson.plugins.sloccount : sloccount to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of hudson.plugins.sloccount : sloccount to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
sloccount-1.4
1.3
sloccount-1.3
1.2
sloccount-1.2
1.1
sloccount-1.1
1.0
sloccount-1.0

How to add a dependency to Maven

Add the following hudson.plugins.sloccount : sloccount maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hudson.plugins.sloccount</groupId>
    <artifactId>sloccount</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hudson.plugins.sloccount : sloccount gradle dependency to your build.gradle file:

implementation 'hudson.plugins.sloccount:sloccount:1.0'

Gradle Kotlin DSL: Add the following hudson.plugins.sloccount : sloccount gradle kotlin dependency to your build.gradle.kts file:

implementation("hudson.plugins.sloccount:sloccount:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following hudson.plugins.sloccount : sloccount sbt scala dependency to your build.sbt file:

libraryDependencies += "hudson.plugins.sloccount" % "sloccount" % "1.0"