spring-view-component

Easily create server-side ui components with spring boot and add interactivity with htmx (by tschuehly)

Spring-view-component Alternatives

Similar projects and alternatives to spring-view-component

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better spring-view-component alternative or higher similarity.

spring-view-component reviews and mentions

Posts with mentions or reviews of spring-view-component. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-08.
  • How to publish a Kotlin/Java Spring Boot library with Gradle to Maven Central - Complete Guide
    2 projects | dev.to | 8 Nov 2023
    publishing{ publications { create("Maven") { from(components["java"]) groupId = "de.tschuehly" artifactId = "spring-view-component-thymeleaf" description = "Create server rendered components with thymeleaf" } withType { pom { packaging = "jar" name.set("spring-view-component-thymeleaf") description.set("Spring ViewComponent Thymeleaf") url.set("https://github.com/tschuehly/spring-view-component/") inceptionYear.set("2023") licenses { license { name.set("MIT license") url.set("https://opensource.org/licenses/MIT") } } developers { developer { id.set("tschuehly") name.set("Thomas Schuehly") email.set("[email protected]") } } scm { connection.set("scm:git:[email protected]:tschuehly/spring-view-component.git") developerConnection.set("scm:git:ssh:[email protected]:tschuehly/spring-view-component.git") url.set("https://github.com/tschuehly/spring-view-component") } } } } repositories { maven { url = layout.buildDirectory.dir("staging-deploy").get().asFile.toURI() } } }

Stats

Basic spring-view-component repo stats
1
156
8.1
13 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com