Dependency Information

Apache Maven

<dependency>
  <groupId>com.feathersui.maven.plugins</groupId>
  <artifactId>lime-openfl-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.feathersui.maven.plugins:lime-openfl-maven-plugin:maven-plugin:1.0.0'

Apache Ivy

<dependency org="com.feathersui.maven.plugins" name="lime-openfl-maven-plugin" rev="1.0.0">
  <artifact name="lime-openfl-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.feathersui.maven.plugins', module='lime-openfl-maven-plugin', version='1.0.0')
)

Gradle/Grails

compile 'com.feathersui.maven.plugins:lime-openfl-maven-plugin:1.0.0'

Scala SBT

libraryDependencies += "com.feathersui.maven.plugins" % "lime-openfl-maven-plugin" % "1.0.0"

Leiningen

[com.feathersui.maven.plugins/lime-openfl-maven-plugin "1.0.0"]