Maven Coordinates
Apache Maven
<dependency> <groupId>be.fedict</groupId> <artifactId>commons-eid</artifactId> <version>1.2.1</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="be.fedict" name="commons-eid" rev="1.2.1"> <artifact name="commons-eid" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='be.fedict', module='commons-eid', version='1.2.1') )
Gradle/Grails
implementation 'be.fedict:commons-eid:1.2.1'
Scala SBT
libraryDependencies += "be.fedict" % "commons-eid" % "1.2.1"
Leiningen
[be.fedict/commons-eid "1.2.1"]
