License |
License |
---|---|
Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.jqassistant.contrib.common |
ArtifactId | ArtifactIdrules |
Last Version | Last Version1.12.0-M1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjQAssistant Contrib Rules
jQAssistant plugin providing rules for contrib projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rules-1.12.0-M1.pom | |
rules-1.12.0-M1.jar | 4 KB |
rules-1.12.0-M1-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jqassistant.contrib.common/rules/ -->
<dependency>
<groupId>org.jqassistant.contrib.common</groupId>
<artifactId>rules</artifactId>
<version>1.12.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jqassistant.contrib.common/rules/
implementation 'org.jqassistant.contrib.common:rules:1.12.0-M1'
// https://jarcasting.com/artifacts/org.jqassistant.contrib.common/rules/
implementation ("org.jqassistant.contrib.common:rules:1.12.0-M1")
'org.jqassistant.contrib.common:rules:jar:1.12.0-M1'
<dependency org="org.jqassistant.contrib.common" name="rules" rev="1.12.0-M1">
<artifact name="rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jqassistant.contrib.common', module='rules', version='1.12.0-M1')
)
libraryDependencies += "org.jqassistant.contrib.common" % "rules" % "1.12.0-M1"
[org.jqassistant.contrib.common/rules "1.12.0-M1"]