MVN

org.jbundle.util.webapp : jbundle-util-webapp-site

Maven & Gradle

Apr 01, 2023
2 stars

Simple Servlet Collection · Simple OSGi Java Servlets.

<dependency>
    <groupId>org.jbundle.util.webapp</groupId>
    <artifactId>jbundle-util-webapp-site</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbundle.util.webapp : jbundle-util-webapp-site to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of org.jbundle.util.webapp : jbundle-util-webapp-site to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jbundle-util-webapp-site-1.3.8
jbundle-util-webapp-site-1.3.7
jbundle-util-webapp-site-1.3.6
jbundle-util-webapp-site-1.3.4
jbundle-util-webapp-site-1.3.3
jbundle-util-webapp-site-1.3.2
jbundle-util-webapp-site-1.3.1
jbundle-util-webapp-site-1.3.0
1.2.x
jbundle-util-webapp-site-1.2.2
jbundle-util-webapp-site-1.2.1
jbundle-util-webapp-site-1.2.0
1.1.x
jbundle-util-webapp-site-1.1.0
1.0.x
jbundle-util-webapp-site-1.0.1
jbundle-util-webapp-site-1.0.0
0.9.x
jbundle-util-webapp-site-0.9.4
jbundle-util-webapp-site-0.9.3

How to add a dependency to Maven

Add the following org.jbundle.util.webapp : jbundle-util-webapp-site maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jbundle.util.webapp</groupId>
    <artifactId>jbundle-util-webapp-site</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jbundle.util.webapp : jbundle-util-webapp-site gradle dependency to your build.gradle file:

implementation 'org.jbundle.util.webapp:jbundle-util-webapp-site:1.3.8'

Gradle Kotlin DSL: Add the following org.jbundle.util.webapp : jbundle-util-webapp-site gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jbundle.util.webapp:jbundle-util-webapp-site:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jbundle.util.webapp : jbundle-util-webapp-site sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jbundle.util.webapp" % "jbundle-util-webapp-site" % "1.3.8"