Dependency Information

Apache Maven

<dependency>
  <groupId>com.IntegrationsprojektFHDW</groupId>
  <artifactId>helloworld</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.IntegrationsprojektFHDW:helloworld:jar:0.0.1-SNAPSHOT'

Apache Ivy

<dependency org="com.IntegrationsprojektFHDW" name="helloworld" rev="0.0.1-SNAPSHOT">
  <artifact name="helloworld" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.IntegrationsprojektFHDW', module='helloworld', version='0.0.1-SNAPSHOT')
)

Gradle/Grails

compile 'com.IntegrationsprojektFHDW:helloworld:0.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.IntegrationsprojektFHDW" % "helloworld" % "0.0.1-SNAPSHOT"

Leiningen

[com.IntegrationsprojektFHDW/helloworld "0.0.1-SNAPSHOT"]