<dependency> <groupId>be.fedict</groupId> <artifactId>commons-eid</artifactId> <version>1.2.0</version> <type>pom</type> </dependency>
<dependency org="be.fedict" name="commons-eid" rev="1.2.0"> <artifact name="commons-eid" type="pom" /> </dependency>
@Grapes( @Grab(group='be.fedict', module='commons-eid', version='1.2.0') )
implementation 'be.fedict:commons-eid:1.2.0'
libraryDependencies += "be.fedict" % "commons-eid" % "1.2.0"
[be.fedict/commons-eid "1.2.0"]