MVN

org.jlab : smoothness-weblib

Maven & Gradle

Aug 22, 2023
0 stars

smoothness-weblib · Smoothness web template and JSP tag library

<dependency>
    <groupId>org.jlab</groupId>
    <artifactId>smoothness-weblib</artifactId>
    <version>4.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jlab : smoothness-weblib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.0

All Versions

Choose a version of org.jlab : smoothness-weblib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
smoothness-weblib-4.4.0
4.3.x
smoothness-weblib-4.3.0
4.2.x
smoothness-weblib-4.2.0
4.1.x
smoothness-weblib-4.1.0
4.0.x
smoothness-weblib-4.0.0
3.13.x
smoothness-weblib-3.13.0
3.12.x
smoothness-weblib-3.12.3
smoothness-weblib-3.12.2
smoothness-weblib-3.12.1
smoothness-weblib-3.12.0
3.11.x
smoothness-weblib-3.11.0
3.10.x
smoothness-weblib-3.10.0
3.9.x
smoothness-weblib-3.9.2
smoothness-weblib-3.9.1
smoothness-weblib-3.9.0
3.8.x
smoothness-weblib-3.8.0
3.7.x
smoothness-weblib-3.7.2
smoothness-weblib-3.7.1
smoothness-weblib-3.7.0
3.6.x
smoothness-weblib-3.6.0
3.5.x
smoothness-weblib-3.5.2
smoothness-weblib-3.5.0
3.3.x
smoothness-weblib-3.3.0
3.2.x
smoothness-weblib-3.2.0
3.1.x
smoothness-weblib-3.1.0
3.0.x
smoothness-weblib-3.0.0

How to add a dependency to Maven

Add the following org.jlab : smoothness-weblib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jlab</groupId>
    <artifactId>smoothness-weblib</artifactId>
    <version>4.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jlab : smoothness-weblib gradle dependency to your build.gradle file:

implementation 'org.jlab:smoothness-weblib:4.4.0'

Gradle Kotlin DSL: Add the following org.jlab : smoothness-weblib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jlab:smoothness-weblib:4.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jlab : smoothness-weblib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jlab" % "smoothness-weblib" % "4.4.0"