Dependency Information

Apache Maven

<dependency>
  <groupId>com.ciphergateway</groupId>
  <artifactId>com.ciphergateway.mda.gp</artifactId>
  <version>6.0.0-SNAPSHOT</version>
  <type>eclipse-plugin</type>
</dependency>

Apache Buildr

'com.ciphergateway:com.ciphergateway.mda.gp:eclipse-plugin:6.0.0-SNAPSHOT'

Apache Ivy

<dependency org="com.ciphergateway" name="com.ciphergateway.mda.gp" rev="6.0.0-SNAPSHOT">
  <artifact name="com.ciphergateway.mda.gp" type="eclipse-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.ciphergateway', module='com.ciphergateway.mda.gp', version='6.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.ciphergateway:com.ciphergateway.mda.gp:6.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.ciphergateway" % "com.ciphergateway.mda.gp" % "6.0.0-SNAPSHOT"

Leiningen

[com.ciphergateway/com.ciphergateway.mda.gp "6.0.0-SNAPSHOT"]