MVN

de.neuland-bfi : spring-pug4j

Maven & Gradle

Jan 09, 2023
5 stars

spring-pug4j · Spring interface to the Pug4J compiler (formerly known as spring-jade4j)

<dependency>
    <groupId>de.neuland-bfi</groupId>
    <artifactId>spring-pug4j</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.neuland-bfi : spring-pug4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Beta: 2.0.0-beta-1
  • Latest Alpha: 2.0.0-alpha-2

All Versions

Choose a version of de.neuland-bfi : spring-pug4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
spring-pug4j-3.0.0
2.0.x
spring-pug4j-2.0.6
spring-pug4j-2.0.5
spring-pug4j-2.0.4
spring-pug4j-2.0.3
spring-pug4j-2.0.2
spring-pug4j-2.0.1
spring-pug4j-2.0.0
spring-pug4j-2.0.0-beta-1
spring-pug4j-2.0.0-alpha-2
spring-pug4j-2.0.0-alpha-1

How to add a dependency to Maven

Add the following de.neuland-bfi : spring-pug4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.neuland-bfi</groupId>
    <artifactId>spring-pug4j</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.neuland-bfi : spring-pug4j gradle dependency to your build.gradle file:

implementation 'de.neuland-bfi:spring-pug4j:3.0.0'

Gradle Kotlin DSL: Add the following de.neuland-bfi : spring-pug4j gradle kotlin dependency to your build.gradle.kts file:

implementation("de.neuland-bfi:spring-pug4j:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.neuland-bfi : spring-pug4j sbt scala dependency to your build.sbt file:

libraryDependencies += "de.neuland-bfi" % "spring-pug4j" % "3.0.0"

Advertisement