Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'eu.simuline.m2latex:latex-maven-plugin:2.1-SNAPSHOT'

Scala SBT

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

Leiningen

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