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