<dependency>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>maven-commmon-constraints</artifactId>
<version>2.3.1</version>
</dependency>
libraryDependencies += "com.buschmais.jqassistant" % "maven-commmon-constraints" % "2.3.1"
@Grapes(
@Grab(group='com.buschmais.jqassistant', module='maven-commmon-constraints', version='2.3.1')
)
<dependency org="com.buschmais.jqassistant" name="maven-commmon-constraints" rev="2.3.1" />
<parent> <groupId>com.buschmais.jqassistant</groupId> <artifactId>own-constraints</artifactId> <version>2.3.1</version> </parent>