o

own-constraints

A 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.
https://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Oliver B. Fischer
Files download
File Operation
own-constraints-2.0.0-RC1.pom download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>own-constraints</artifactId>
  <version>2.0.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:own-constraints:2.0.0-RC1'
Gradle Kotlin
implementation("com.buschmais.jqassistant:own-constraints:2.0.0-RC1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "own-constraints" % "2.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='own-constraints', version='2.0.0-RC1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="own-constraints" rev="2.0.0-RC1" />
Leiningen
[com.buschmais.jqassistant/own-constraints "2.0.0-RC1"]
Apache Buildr
'com.buschmais.jqassistant:own-constraints:jar:2.0.0-RC1'