License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIddev.hilla |
ArtifactId | ArtifactIdhilla-spring-boot-starter |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHilla Spring Boot Starter
Spring Boot Starter for Hilla applications.
|
Filename | Size |
---|---|
hilla-spring-boot-starter-1.1.2.pom | |
hilla-spring-boot-starter-1.1.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.hilla/hilla-spring-boot-starter/ -->
<dependency>
<groupId>dev.hilla</groupId>
<artifactId>hilla-spring-boot-starter</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.hilla/hilla-spring-boot-starter/
implementation 'dev.hilla:hilla-spring-boot-starter:1.1.2'
// https://jarcasting.com/artifacts/dev.hilla/hilla-spring-boot-starter/
implementation ("dev.hilla:hilla-spring-boot-starter:1.1.2")
'dev.hilla:hilla-spring-boot-starter:jar:1.1.2'
<dependency org="dev.hilla" name="hilla-spring-boot-starter" rev="1.1.2">
<artifact name="hilla-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.hilla', module='hilla-spring-boot-starter', version='1.1.2')
)
libraryDependencies += "dev.hilla" % "hilla-spring-boot-starter" % "1.1.2"
[dev.hilla/hilla-spring-boot-starter "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.vaadin : vaadin-spring | jar | 23.1.2 |
dev.hilla : hilla | jar | 1.1.2 |
org.springframework.boot : spring-boot-starter-web | jar | 2.7.1 |