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