MVN

dev.hilla : hilla-spring-boot-starter

Maven & Gradle

Aug 21, 2023
1 usages
6 stars

Hilla Spring Boot Starter · Spring Boot Starter for Hilla applications using Lit.

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

Latest Version

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

  • Latest Stable: 2.1.6

All Versions

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

Version Vulnerabilities Updated
2.1.x
hilla-spring-boot-starter-2.1.6
hilla-spring-boot-starter-2.1.5
hilla-spring-boot-starter-2.1.4
hilla-spring-boot-starter-2.1.3
hilla-spring-boot-starter-2.1.2
hilla-spring-boot-starter-2.1.1
hilla-spring-boot-starter-2.1.0
2.0.x
hilla-spring-boot-starter-2.0.13
hilla-spring-boot-starter-2.0.12
hilla-spring-boot-starter-2.0.11
hilla-spring-boot-starter-2.0.10
hilla-spring-boot-starter-2.0.9
hilla-spring-boot-starter-2.0.8
hilla-spring-boot-starter-2.0.7
hilla-spring-boot-starter-2.0.6
hilla-spring-boot-starter-2.0.5
hilla-spring-boot-starter-2.0.4
hilla-spring-boot-starter-2.0.3
hilla-spring-boot-starter-2.0.2
hilla-spring-boot-starter-2.0.1
hilla-spring-boot-starter-2.0.0
1.3.x
hilla-spring-boot-starter-1.3.21
hilla-spring-boot-starter-1.3.20
hilla-spring-boot-starter-1.3.19
hilla-spring-boot-starter-1.3.18
hilla-spring-boot-starter-1.3.17
hilla-spring-boot-starter-1.3.16
hilla-spring-boot-starter-1.3.15
hilla-spring-boot-starter-1.3.14
hilla-spring-boot-starter-1.3.13
hilla-spring-boot-starter-1.3.12
hilla-spring-boot-starter-1.3.11
hilla-spring-boot-starter-1.3.10
hilla-spring-boot-starter-1.3.9
hilla-spring-boot-starter-1.3.8
hilla-spring-boot-starter-1.3.7
hilla-spring-boot-starter-1.3.6
hilla-spring-boot-starter-1.3.5
hilla-spring-boot-starter-1.3.4
hilla-spring-boot-starter-1.3.3
hilla-spring-boot-starter-1.3.2
hilla-spring-boot-starter-1.3.1
hilla-spring-boot-starter-1.3.0
1.2.x
hilla-spring-boot-starter-1.2.17
hilla-spring-boot-starter-1.2.16
hilla-spring-boot-starter-1.2.15
hilla-spring-boot-starter-1.2.14
hilla-spring-boot-starter-1.2.13
hilla-spring-boot-starter-1.2.12
hilla-spring-boot-starter-1.2.11
hilla-spring-boot-starter-1.2.10
hilla-spring-boot-starter-1.2.9
hilla-spring-boot-starter-1.2.8
hilla-spring-boot-starter-1.2.7
hilla-spring-boot-starter-1.2.6
hilla-spring-boot-starter-1.2.5
hilla-spring-boot-starter-1.2.4
hilla-spring-boot-starter-1.2.3
hilla-spring-boot-starter-1.2.2
hilla-spring-boot-starter-1.2.1
hilla-spring-boot-starter-1.2.0
1.1.x
hilla-spring-boot-starter-1.1.17
hilla-spring-boot-starter-1.1.16
hilla-spring-boot-starter-1.1.15
hilla-spring-boot-starter-1.1.14
hilla-spring-boot-starter-1.1.13
hilla-spring-boot-starter-1.1.12
hilla-spring-boot-starter-1.1.11
hilla-spring-boot-starter-1.1.10
hilla-spring-boot-starter-1.1.9
hilla-spring-boot-starter-1.1.8
hilla-spring-boot-starter-1.1.7
hilla-spring-boot-starter-1.1.6
hilla-spring-boot-starter-1.1.4
hilla-spring-boot-starter-1.1.3
hilla-spring-boot-starter-1.1.2
hilla-spring-boot-starter-1.1.1
hilla-spring-boot-starter-1.1.0
1.0.x
hilla-spring-boot-starter-1.0.16
hilla-spring-boot-starter-1.0.15
hilla-spring-boot-starter-1.0.14
hilla-spring-boot-starter-1.0.13
hilla-spring-boot-starter-1.0.12
hilla-spring-boot-starter-1.0.11
hilla-spring-boot-starter-1.0.10
hilla-spring-boot-starter-1.0.9
hilla-spring-boot-starter-1.0.8
hilla-spring-boot-starter-1.0.7
hilla-spring-boot-starter-1.0.6
hilla-spring-boot-starter-1.0.5
hilla-spring-boot-starter-1.0.4
hilla-spring-boot-starter-1.0.3
hilla-spring-boot-starter-1.0.2
hilla-spring-boot-starter-1.0.1
hilla-spring-boot-starter-1.0.0
0.0.x
hilla-spring-boot-starter-0.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'dev.hilla:hilla-spring-boot-starter:2.1.6'

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

implementation("dev.hilla:hilla-spring-boot-starter:2.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.hilla" % "hilla-spring-boot-starter" % "2.1.6"

Advertisement

Dependencies from Group

Aug 21, 2023
2 usages
6 stars
Aug 21, 2023
2 usages
6 stars
Aug 21, 2023
1 usages
6 stars
Aug 21, 2023
6 stars
Aug 21, 2023
6 stars

Discover Dependencies

Aug 21, 2023
6 stars
Aug 21, 2023
2 usages
6 stars
Aug 21, 2023
2 usages
6 stars
Jul 15, 2023
31 stars
Jul 15, 2023
31 stars
Aug 01, 2022
7 stars
Aug 01, 2022
7 stars
Aug 01, 2022
7 stars