Dependency Information

Apache Maven

<dependency>
  <groupId>be.fedict</groupId>
  <artifactId>commons-eid</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="be.fedict" name="commons-eid" rev="1.2.0">
  <artifact name="commons-eid" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='be.fedict', module='commons-eid', version='1.2.0')
)

Gradle/Grails

implementation 'be.fedict:commons-eid:1.2.0'

Scala SBT

libraryDependencies += "be.fedict" % "commons-eid" % "1.2.0"

Leiningen

[be.fedict/commons-eid "1.2.0"]