Files download
File Operation
legal-constraints-2.0.6.jar download
legal-constraints-2.0.6.pom download
legal-constraints-2.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>legal-constraints</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:legal-constraints:2.0.6'
Gradle Kotlin
implementation("com.buschmais.jqassistant:legal-constraints:2.0.6")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "legal-constraints" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='legal-constraints', version='2.0.6')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="legal-constraints" rev="2.0.6" />
Leiningen
[com.buschmais.jqassistant/legal-constraints "2.0.6"]
Apache Buildr
'com.buschmais.jqassistant:legal-constraints:jar:2.0.6'