MVN

com.gyawaliamit : spring-html-generator

Maven & Gradle

Aug 23, 2023
0 stars

spring-html-generator · Spring HTML Generator is a simple and lightweight Java application that empowers you to create HTML pages using the Builder pattern. This application is deliberately minimalistic, with no external dependencies other than Java itself. It has been crafted with a singular purpose: to facilitate the creation of HTML templates via Java code.

<dependency>
    <groupId>com.gyawaliamit</groupId>
    <artifactId>spring-html-generator</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gyawaliamit : spring-html-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.gyawaliamit : spring-html-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-html-generator-1.0.0

How to add a dependency to Maven

Add the following com.gyawaliamit : spring-html-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gyawaliamit</groupId>
    <artifactId>spring-html-generator</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gyawaliamit : spring-html-generator gradle dependency to your build.gradle file:

implementation 'com.gyawaliamit:spring-html-generator:1.0.0'

Gradle Kotlin DSL: Add the following com.gyawaliamit : spring-html-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gyawaliamit:spring-html-generator:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gyawaliamit : spring-html-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gyawaliamit" % "spring-html-generator" % "1.0.0"