MVN

com.webforj : webforj-foundation

Maven & Gradle

Apr 08, 2024

webforj-foundation · The Webforj foudation is the lowest-level moulde used by all the other layers of the Webforj framework. It manages communication with BBj and provides core components.

<dependency>
    <groupId>com.webforj</groupId>
    <artifactId>webforj-foundation</artifactId>
    <version>24.00</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.webforj : webforj-foundation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 24.00

All Versions

Choose a version of com.webforj : webforj-foundation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.00
webforj-foundation-24.00

How to add a dependency to Maven

Add the following com.webforj : webforj-foundation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.webforj</groupId>
    <artifactId>webforj-foundation</artifactId>
    <version>24.00</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.webforj : webforj-foundation gradle dependency to your build.gradle file:

implementation 'com.webforj:webforj-foundation:24.00'

Gradle Kotlin DSL: Add the following com.webforj : webforj-foundation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.webforj:webforj-foundation:24.00")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.webforj : webforj-foundation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.webforj" % "webforj-foundation" % "24.00"