Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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