Dependency Information

Apache Maven

<dependency>
  <groupId>eu.simuline.m2latex</groupId>
  <artifactId>latex-maven-plugin</artifactId>
  <version>1.5-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'eu.simuline.m2latex:latex-maven-plugin:maven-plugin:1.5-SNAPSHOT'

Apache Ivy

<dependency org="eu.simuline.m2latex" name="latex-maven-plugin" rev="1.5-SNAPSHOT">
  <artifact name="latex-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='eu.simuline.m2latex', module='latex-maven-plugin', version='1.5-SNAPSHOT')
)

Gradle/Grails

compile 'eu.simuline.m2latex:latex-maven-plugin:1.5-SNAPSHOT'

Scala SBT

libraryDependencies += "eu.simuline.m2latex" % "latex-maven-plugin" % "1.5-SNAPSHOT"

Leiningen

[eu.simuline.m2latex/latex-maven-plugin "1.5-SNAPSHOT"]