is not current version
Last Version 1.0

net.objectlab:qalab 0.7

This project collects data from several QA tools, like pmd, checkstyle, FindBugs and Simian and keeps track of them overtime. This allows developers, architects and project managers alike to be presented with a trend of the QA statistics of their project.

Categories

Categories

Net
GroupId

GroupId

net.objectlab
ArtifactId

ArtifactId

qalab
Version

Version

0.7
Type

Type

jar

Download qalab 0.7

Filename Size
qalab-0.7.pom
qalab-0.7.jar 46 KB
Browse

<!-- https://jarcasting.com/artifacts/net.objectlab/qalab/ -->
<dependency>
    <groupId>net.objectlab</groupId>
    <artifactId>qalab</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.objectlab/qalab/
implementation 'net.objectlab:qalab:0.7'
// https://jarcasting.com/artifacts/net.objectlab/qalab/
implementation ("net.objectlab:qalab:0.7")
'net.objectlab:qalab:jar:0.7'
<dependency org="net.objectlab" name="qalab" rev="0.7">
  <artifact name="qalab" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.objectlab', module='qalab', version='0.7')
)
libraryDependencies += "net.objectlab" % "qalab" % "0.7"
[net.objectlab/qalab "0.7"]