Dependency Information

Apache Maven

<dependency>
  <groupId>fr.paris.lutece.tools</groupId>
  <artifactId>lutece-maven-plugin</artifactId>
  <version>4.0.4-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'fr.paris.lutece.tools:lutece-maven-plugin:maven-plugin:4.0.4-SNAPSHOT'

Apache Ant

<dependency org="fr.paris.lutece.tools" name="lutece-maven-plugin" rev="4.0.4-SNAPSHOT">
  <artifact name="lutece-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='fr.paris.lutece.tools', module='lutece-maven-plugin', version='4.0.4-SNAPSHOT')
)

Grails

compile 'fr.paris.lutece.tools:lutece-maven-plugin:4.0.4-SNAPSHOT'

Leiningen

[fr.paris.lutece.tools/lutece-maven-plugin "4.0.4-SNAPSHOT"]

SBT

libraryDependencies += "fr.paris.lutece.tools" %% "lutece-maven-plugin" % "4.0.4-SNAPSHOT"