| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Dex General Purpose Libraries Utility | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdjandex | 
| Version | Version1.1.0.7-jre15 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| jandex-1.1.0.7-jre15.pom | |
| jandex-1.1.0.7-jre15.jar | 188 KB | 
| jandex-1.1.0.7-jre15-sources.jar | 124 KB | 
| jandex-1.1.0.7-jre15-javadoc.jar | 363 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jandex/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>jandex</artifactId>
    <version>1.1.0.7-jre15</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/jandex/
implementation 'com.guicedee.services:jandex:1.1.0.7-jre15'// https://jarcasting.com/artifacts/com.guicedee.services/jandex/
implementation ("com.guicedee.services:jandex:1.1.0.7-jre15")'com.guicedee.services:jandex:jar:1.1.0.7-jre15'<dependency org="com.guicedee.services" name="jandex" rev="1.1.0.7-jre15">
  <artifact name="jandex" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='jandex', version='1.1.0.7-jre15')
)libraryDependencies += "com.guicedee.services" % "jandex" % "1.1.0.7-jre15"[com.guicedee.services/jandex "1.1.0.7-jre15"]