Dependency Information

Apache Maven

<dependency>
  <groupId>com.fossgalaxy.games</groupId>
  <artifactId>fireworks</artifactId>
  <version>0.2.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.fossgalaxy.games:fireworks:jar:0.2.2-SNAPSHOT'

Apache Ivy

<dependency org="com.fossgalaxy.games" name="fireworks" rev="0.2.2-SNAPSHOT">
  <artifact name="fireworks" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.fossgalaxy.games', module='fireworks', version='0.2.2-SNAPSHOT')
)

Gradle/Grails

compile 'com.fossgalaxy.games:fireworks:0.2.2-SNAPSHOT'

Scala SBT

libraryDependencies += "com.fossgalaxy.games" % "fireworks" % "0.2.2-SNAPSHOT"

Leiningen

[com.fossgalaxy.games/fireworks "0.2.2-SNAPSHOT"]