<dependency> <groupId>com.guicedee.services</groupId> <artifactId>jandex</artifactId> <version>0.70.0.4</version> </dependency>
implementation 'com.guicedee.services:jandex:0.70.0.4'
implementation("com.guicedee.services:jandex:0.70.0.4")
libraryDependencies += "com.guicedee.services" % "jandex" % "0.70.0.4"
@Grapes( @Grab(group='com.guicedee.services', module='jandex', version='0.70.0.4') )
<dependency org="com.guicedee.services" name="jandex" rev="0.70.0.4" />
[com.guicedee.services/jandex "0.70.0.4"]
'com.guicedee.services:jandex:jar:0.70.0.4'
<parent> <groupId>com.guicedee.services</groupId> <artifactId>services-parent</artifactId> <version>0.70.0.4</version> </parent>