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