h

hilla-dev

Hilla features that are only available during development
https://hilla.dev
Apache License Version 2.0
文件下载
文件名 操作
hilla-dev-24.4.1.jar 下载
hilla-dev-24.4.1.pom 下载
hilla-dev-24.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>hilla-dev</artifactId>
  <version>24.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:hilla-dev:24.4.1'
Gradle Kotlin
implementation("com.vaadin:hilla-dev:24.4.1")
Scala SBT
libraryDependencies += "com.vaadin" % "hilla-dev" % "24.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='hilla-dev', version='24.4.1')
)
Apache Ivy
<dependency org="com.vaadin" name="hilla-dev" rev="24.4.1" />
Leiningen
[com.vaadin/hilla-dev "24.4.1"]
Apache Buildr
'com.vaadin:hilla-dev:jar:24.4.1'