is not current version
Last Version 1.0

net.objectlab:qalab 0.7.2

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.2
Type

Type

jar

Download qalab 0.7.2


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