f

flow-jandex

Jandex index for flow packages for when the vaadin platform is not used
Apache License Version 2.0
Files download
File Operation
flow-jandex-24.3.11.jar download
flow-jandex-24.3.11.pom download
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-jandex</artifactId>
  <version>24.3.11</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-jandex:24.3.11'
Gradle Kotlin
implementation("com.vaadin:flow-jandex:24.3.11")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-jandex" % "24.3.11"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-jandex', version='24.3.11')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-jandex" rev="24.3.11" />
Leiningen
[com.vaadin/flow-jandex "24.3.11"]
Apache Buildr
'com.vaadin:flow-jandex:jar:24.3.11'