Dependency Information
Apache Maven
<dependency> <groupId>org.faktorips</groupId> <artifactId>faktorips-validation-maven-plugin</artifactId> <version>23.6.12.release</version> <type>maven-plugin</type> </dependency>
Apache Buildr
'org.faktorips:faktorips-validation-maven-plugin:maven-plugin:23.6.12.release'
Apache Ivy
<dependency org="org.faktorips" name="faktorips-validation-maven-plugin" rev="23.6.12.release"> <artifact name="faktorips-validation-maven-plugin" type="maven-plugin" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.faktorips', module='faktorips-validation-maven-plugin', version='23.6.12.release') )
Gradle/Grails
compile 'org.faktorips:faktorips-validation-maven-plugin:23.6.12.release'
Scala SBT
libraryDependencies += "org.faktorips" % "faktorips-validation-maven-plugin" % "23.6.12.release"
Leiningen
[org.faktorips/faktorips-validation-maven-plugin "23.6.12.release"]