License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.matchproject |
ArtifactId | ArtifactIdjloc |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionJLOC
Basic source lines of code and comments counting for Java,
JavaScript, sql, and C/C++ files. Can count per file, or by directory.
|
Filename | Size |
---|---|
jloc-0.1.1.pom | |
jloc-0.1.1.jar | 17 KB |
jloc-0.1.1-sources.jar | 6 KB |
jloc-0.1.1-javadoc.jar | 486 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.matchproject/jloc/ -->
<dependency>
<groupId>net.matchproject</groupId>
<artifactId>jloc</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.matchproject/jloc/
implementation 'net.matchproject:jloc:0.1.1'
// https://jarcasting.com/artifacts/net.matchproject/jloc/
implementation ("net.matchproject:jloc:0.1.1")
'net.matchproject:jloc:jar:0.1.1'
<dependency org="net.matchproject" name="jloc" rev="0.1.1">
<artifact name="jloc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.matchproject', module='jloc', version='0.1.1')
)
libraryDependencies += "net.matchproject" % "jloc" % "0.1.1"
[net.matchproject/jloc "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |