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