文件下载
文件名 操作
maven-commmon-constraints-2.0.7.jar 下载
maven-commmon-constraints-2.0.7.pom 下载
maven-commmon-constraints-2.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>maven-commmon-constraints</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:maven-commmon-constraints:2.0.7'
Gradle Kotlin
implementation("com.buschmais.jqassistant:maven-commmon-constraints:2.0.7")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "maven-commmon-constraints" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='maven-commmon-constraints', version='2.0.7')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="maven-commmon-constraints" rev="2.0.7" />
Leiningen
[com.buschmais.jqassistant/maven-commmon-constraints "2.0.7"]
Apache Buildr
'com.buschmais.jqassistant:maven-commmon-constraints:jar:2.0.7'