MVN

com.vaadin : hilla-parser-jvm-plugin-backbone

Maven & Gradle

Jun 11, 2024

Hilla JVM Parser Backbone Plugin

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>hilla-parser-jvm-plugin-backbone</artifactId>
    <version>24.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vaadin : hilla-parser-jvm-plugin-backbone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 24.4.0

All Versions

Choose a version of com.vaadin : hilla-parser-jvm-plugin-backbone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.4.x
hilla-parser-jvm-plugin-backbone-24.4.0

How to add a dependency to Maven

Add the following com.vaadin : hilla-parser-jvm-plugin-backbone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>hilla-parser-jvm-plugin-backbone</artifactId>
    <version>24.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vaadin : hilla-parser-jvm-plugin-backbone gradle dependency to your build.gradle file:

implementation 'com.vaadin:hilla-parser-jvm-plugin-backbone:24.4.0'

Gradle Kotlin DSL: Add the following com.vaadin : hilla-parser-jvm-plugin-backbone gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vaadin:hilla-parser-jvm-plugin-backbone:24.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vaadin : hilla-parser-jvm-plugin-backbone sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vaadin" % "hilla-parser-jvm-plugin-backbone" % "24.4.0"

Advertisement