Apache Maven

<dependency>
  <groupId>fr.sii.ogham</groupId>
  <artifactId>ogham-test-utils</artifactId>
  <version>1.1.1</version>
</dependency>

Apache Buildr

'fr.sii.ogham:ogham-test-utils:jar:1.1.1'

Apache Ivy

<dependency org="fr.sii.ogham" name="ogham-test-utils" rev="1.1.1">
  <artifact name="ogham-test-utils" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='fr.sii.ogham', module='ogham-test-utils', version='1.1.1')
)

Grails

compile 'fr.sii.ogham:ogham-test-utils:1.1.1'

Leiningen

[fr.sii.ogham/ogham-test-utils "1.1.1"]

SBT

libraryDependencies += "fr.sii.ogham" % "ogham-test-utils" % "1.1.1"

Back to top

Version: 1.1.1.

Reflow Maven skin by Andrius Velykis.