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