Apache Maven

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

Apache Buildr

'fr.sii.ogham:ogham-core:jar:1.1.1'

Apache Ivy

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

Groovy Grape

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

Grails

compile 'fr.sii.ogham:ogham-core:1.1.1'

Leiningen

[fr.sii.ogham/ogham-core "1.1.1"]

SBT

libraryDependencies += "fr.sii.ogham" % "ogham-core" % "1.1.1"

Back to top

Version: 1.1.1.

Reflow Maven skin by Andrius Velykis.