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