web-modules
Web modules provide pluggable functionality to web applications. Typically a web module consists of a server and a client library.
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.net128.oss.web.lib |
| ArtifactId | ArtifactIdfilemanager-api |
| Last Version | Last Version0.1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfile-manager-lib
file-manager - a file manager api servlet
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| filemanager-api-0.1.6.pom | |
| filemanager-api-0.1.6.jar | 20 KB |
| filemanager-api-0.1.6-sources.jar | 11 KB |
| filemanager-api-0.1.6-javadoc.jar | 426 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.net128.oss.web.lib/filemanager-api/ -->
<dependency>
<groupId>com.net128.oss.web.lib</groupId>
<artifactId>filemanager-api</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/filemanager-api/
implementation 'com.net128.oss.web.lib:filemanager-api:0.1.6'
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/filemanager-api/
implementation ("com.net128.oss.web.lib:filemanager-api:0.1.6")
'com.net128.oss.web.lib:filemanager-api:jar:0.1.6'
<dependency org="com.net128.oss.web.lib" name="filemanager-api" rev="0.1.6">
<artifact name="filemanager-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.net128.oss.web.lib', module='filemanager-api', version='0.1.6')
)
libraryDependencies += "com.net128.oss.web.lib" % "filemanager-api" % "0.1.6"
[com.net128.oss.web.lib/filemanager-api "0.1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.0 |
| org.zeroturnaround : zt-zip | jar | 1.14 |
| commons-fileupload : commons-fileupload | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
Web modules provide pluggable functionality to web applications. Typically a web module consists of a server and a client library.