MVN

com.net128.oss.web.lib : web-modules-file-manager

Maven & Gradle

Dec 04, 2022
0 stars

web-modules-file-manager · Web modules provide pluggable functionality to web applications. Typically a web module consists of a server and a client library.

<dependency>
    <groupId>com.net128.oss.web.lib</groupId>
    <artifactId>web-modules-file-manager</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.net128.oss.web.lib : web-modules-file-manager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.net128.oss.web.lib : web-modules-file-manager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
web-modules-file-manager-0.2.2
web-modules-file-manager-0.2.1
web-modules-file-manager-0.2.0

How to add a dependency to Maven

Add the following com.net128.oss.web.lib : web-modules-file-manager maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.net128.oss.web.lib</groupId>
    <artifactId>web-modules-file-manager</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.net128.oss.web.lib : web-modules-file-manager gradle dependency to your build.gradle file:

implementation 'com.net128.oss.web.lib:web-modules-file-manager:0.2.2'

Gradle Kotlin DSL: Add the following com.net128.oss.web.lib : web-modules-file-manager gradle kotlin dependency to your build.gradle.kts file:

implementation("com.net128.oss.web.lib:web-modules-file-manager:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.net128.oss.web.lib : web-modules-file-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "com.net128.oss.web.lib" % "web-modules-file-manager" % "0.2.2"