License |
License |
---|---|
Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcom.buschmais.jqassistant |
ArtifactId | ArtifactIdplugin-rules |
Last Version | Last Version1.12.0-M1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA set of concepts and constraints used to check the conformity
of various jQAssistant projects with some basic rules
valid for all projects of the jQAssistant projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
plugin-rules-1.12.0-M1.pom | |
plugin-rules-1.12.0-M1.jar | 3 KB |
plugin-rules-1.12.0-M1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant/plugin-rules/ -->
<dependency>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>plugin-rules</artifactId>
<version>1.12.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant/plugin-rules/
implementation 'com.buschmais.jqassistant:plugin-rules:1.12.0-M1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant/plugin-rules/
implementation ("com.buschmais.jqassistant:plugin-rules:1.12.0-M1")
'com.buschmais.jqassistant:plugin-rules:jar:1.12.0-M1'
<dependency org="com.buschmais.jqassistant" name="plugin-rules" rev="1.12.0-M1">
<artifact name="plugin-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant', module='plugin-rules', version='1.12.0-M1')
)
libraryDependencies += "com.buschmais.jqassistant" % "plugin-rules" % "1.12.0-M1"
[com.buschmais.jqassistant/plugin-rules "1.12.0-M1"]