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