Apache Maven

<dependency>
  <groupId>com.github.sebhoss</groupId>
  <artifactId>superpom</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.sebhoss:superpom:pom:4.0.0'

Apache Ivy

<dependency org="com.github.sebhoss" name="superpom" rev="4.0.0">
  <artifact name="superpom" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.sebhoss', module='superpom', version='4.0.0')
)

Grails

compile 'com.github.sebhoss:superpom:4.0.0'

Leiningen

[com.github.sebhoss/superpom "4.0.0"]

SBT

libraryDependencies += "com.github.sebhoss" % "superpom" % "4.0.0"

Back to top

Reflow Maven skin by Andrius Velykis.