Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.gfernandez598</groupId>
  <artifactId>springwebflow-optforrepl</artifactId>
  <version>1.0</version>
</dependency>

Apache Buildr

'com.github.gfernandez598:springwebflow-optforrepl:jar:1.0'

Apache Ivy

<dependency org="com.github.gfernandez598" name="springwebflow-optforrepl" rev="1.0">
  <artifact name="springwebflow-optforrepl" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.gfernandez598', module='springwebflow-optforrepl', version='1.0')
)

Grails

compile 'com.github.gfernandez598:springwebflow-optforrepl:1.0'

Leiningen

[com.github.gfernandez598/springwebflow-optforrepl "1.0"]

SBT

libraryDependencies += "com.github.gfernandez598" % "springwebflow-optforrepl" % "1.0"