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