MVN

dev.hilla : hilla-dev

Maven & Gradle

Aug 21, 2023
5 stars

Hilla Platform Development Dependencies · Hilla Platform Development Dependencies

<dependency>
    <groupId>dev.hilla</groupId>
    <artifactId>hilla-dev</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hilla : hilla-dev to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of dev.hilla : hilla-dev to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
hilla-dev-2.1.6
hilla-dev-2.1.5
hilla-dev-2.1.4
hilla-dev-2.1.3
hilla-dev-2.1.2
hilla-dev-2.1.1
hilla-dev-2.1.0
2.0.x
hilla-dev-2.0.13
hilla-dev-2.0.12
hilla-dev-2.0.11
hilla-dev-2.0.10
hilla-dev-2.0.9
hilla-dev-2.0.8
hilla-dev-2.0.7
hilla-dev-2.0.6
hilla-dev-2.0.5
hilla-dev-2.0.4
hilla-dev-2.0.3
hilla-dev-2.0.2
hilla-dev-2.0.1
hilla-dev-2.0.0

How to add a dependency to Maven

Add the following dev.hilla : hilla-dev maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.hilla</groupId>
    <artifactId>hilla-dev</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hilla : hilla-dev gradle dependency to your build.gradle file:

implementation 'dev.hilla:hilla-dev:2.1.6'

Gradle Kotlin DSL: Add the following dev.hilla : hilla-dev gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hilla:hilla-dev:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hilla : hilla-dev sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hilla" % "hilla-dev" % "2.1.6"

Advertisement