s

sloccount

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...
http://wiki.hudson-ci.org/display/HUDSON/SLOCCount+Plugin
Nicolas Piguet
Files download
File Operation
sloccount-1.4.jar download
sloccount-1.4.pom download
sloccount-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>hudson.plugins.sloccount</groupId>
  <artifactId>sloccount</artifactId>
  <version>1.4</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'hudson.plugins.sloccount:sloccount:1.4'
Gradle Kotlin
implementation("hudson.plugins.sloccount:sloccount:1.4")
Scala SBT
libraryDependencies += "hudson.plugins.sloccount" % "sloccount" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='hudson.plugins.sloccount', module='sloccount', version='1.4')
)
Apache Ivy
<dependency org="hudson.plugins.sloccount" name="sloccount" rev="1.4" />
Leiningen
[hudson.plugins.sloccount/sloccount "1.4"]
Apache Buildr
'hudson.plugins.sloccount:sloccount:jar:1.4'