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