License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdde.odrotbohm.playground |
ArtifactId | ArtifactIdhtmx-spring-boot |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTMX Spring Boot
A collection of tiny helper libraries for Spring-based application development
|
Filename | Size |
---|---|
htmx-spring-boot-0.1.0.pom | |
htmx-spring-boot-0.1.0.jar | 15 KB |
htmx-spring-boot-0.1.0-sources.jar | 9 KB |
htmx-spring-boot-0.1.0-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.odrotbohm.playground/htmx-spring-boot/ -->
<dependency>
<groupId>de.odrotbohm.playground</groupId>
<artifactId>htmx-spring-boot</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.odrotbohm.playground/htmx-spring-boot/
implementation 'de.odrotbohm.playground:htmx-spring-boot:0.1.0'
// https://jarcasting.com/artifacts/de.odrotbohm.playground/htmx-spring-boot/
implementation ("de.odrotbohm.playground:htmx-spring-boot:0.1.0")
'de.odrotbohm.playground:htmx-spring-boot:jar:0.1.0'
<dependency org="de.odrotbohm.playground" name="htmx-spring-boot" rev="0.1.0">
<artifact name="htmx-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.odrotbohm.playground', module='htmx-spring-boot', version='0.1.0')
)
libraryDependencies += "de.odrotbohm.playground" % "htmx-spring-boot" % "0.1.0"
[de.odrotbohm.playground/htmx-spring-boot "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc Optional | jar | |
jakarta.servlet : jakarta.servlet-api Optional | jar | 4.0.4 |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.7.0 |
org.webjars.npm : htmx.org | jar | 1.6.0 |
org.projectlombok : lombok Optional | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.webjars : webjars-locator-core | jar | 0.50 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |