is not current version
Last Version 1.3

net.sf.qualitycheck:quality-check 0.9

The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs��� JSR-305 support.

Categories

Categories

Net
GroupId

GroupId

net.sf.qualitycheck
ArtifactId

ArtifactId

quality-check
Version

Version

0.9
Type

Type

jar

Download quality-check 0.9


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