MVN

de.humanfork.springwebextension : springwebextension

Maven & Gradle

Aug 13, 2020

Spring Web Extension · Humanfork Extension of Spring Web Tags

<dependency>
    <groupId>de.humanfork.springwebextension</groupId>
    <artifactId>springwebextension</artifactId>
    <version>0.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.humanfork.springwebextension : springwebextension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.7

All Versions

Choose a version of de.humanfork.springwebextension : springwebextension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
springwebextension-0.7.7
springwebextension-0.7.6
springwebextension-0.7.5

How to add a dependency to Maven

Add the following de.humanfork.springwebextension : springwebextension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.humanfork.springwebextension</groupId>
    <artifactId>springwebextension</artifactId>
    <version>0.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.humanfork.springwebextension : springwebextension gradle dependency to your build.gradle file:

implementation 'de.humanfork.springwebextension:springwebextension:0.7.7'

Gradle Kotlin DSL: Add the following de.humanfork.springwebextension : springwebextension gradle kotlin dependency to your build.gradle.kts file:

implementation("de.humanfork.springwebextension:springwebextension:0.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.humanfork.springwebextension : springwebextension sbt scala dependency to your build.sbt file:

libraryDependencies += "de.humanfork.springwebextension" % "springwebextension" % "0.7.7"