Last Version

Quality :: Project 1.3

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.qualitycheck
ArtifactId

ArtifactId

quality-parent
Version

Version

1.3
Type

Type

pom
Description

Description

Quality :: Project
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.
Project URL

Project URL

http://qualitycheck.sourceforge.net/
Source Code Management

Source Code Management

https://github.com/before/quality-check.git

Download quality-parent 1.3

Filename Size
quality-parent-1.3.pom 15 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • modules/quality-check
  • modules/quality-immutable-object
  • modules/quality-test
  • distribution