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.1-rc3 |
Type | Typejar |
Filename | Size |
---|---|
jandex-0.70.0.1-rc3.pom | |
jandex-0.70.0.1-rc3.jar | 186 KB |
jandex-0.70.0.1-rc3-sources.jar | 125 KB |
jandex-0.70.0.1-rc3-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.1-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/jandex/
implementation 'com.guicedee.services:jandex:0.70.0.1-rc3'
// https://jarcasting.com/artifacts/com.guicedee.services/jandex/
implementation ("com.guicedee.services:jandex:0.70.0.1-rc3")
'com.guicedee.services:jandex:jar:0.70.0.1-rc3'
<dependency org="com.guicedee.services" name="jandex" rev="0.70.0.1-rc3">
<artifact name="jandex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='jandex', version='0.70.0.1-rc3')
)
libraryDependencies += "com.guicedee.services" % "jandex" % "0.70.0.1-rc3"
[com.guicedee.services/jandex "0.70.0.1-rc3"]