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