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