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.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>own-constraints</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:own-constraints:2.1.0'
Gradle Kotlin
implementation("com.buschmais.jqassistant:own-constraints:2.1.0")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "own-constraints" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='own-constraints', version='2.1.0')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="own-constraints" rev="2.1.0" />
Leiningen
[com.buschmais.jqassistant/own-constraints "2.1.0"]
Apache Buildr
'com.buschmais.jqassistant:own-constraints:jar:2.1.0'