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 | ArtifactIdfile-manager-api |
| Last Version | Last Version0.1.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfile-manager-api
file-manager-api - a file manager client and server library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| file-manager-api-0.1.8.pom | |
| file-manager-api-0.1.8.jar | 19 KB |
| file-manager-api-0.1.8-sources.jar | 10 KB |
| file-manager-api-0.1.8-javadoc.jar | 427 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.net128.oss.web.lib/file-manager-api/ -->
<dependency>
<groupId>com.net128.oss.web.lib</groupId>
<artifactId>file-manager-api</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/file-manager-api/
implementation 'com.net128.oss.web.lib:file-manager-api:0.1.8'
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/file-manager-api/
implementation ("com.net128.oss.web.lib:file-manager-api:0.1.8")
'com.net128.oss.web.lib:file-manager-api:jar:0.1.8'
<dependency org="com.net128.oss.web.lib" name="file-manager-api" rev="0.1.8">
<artifact name="file-manager-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.net128.oss.web.lib', module='file-manager-api', version='0.1.8')
)
libraryDependencies += "com.net128.oss.web.lib" % "file-manager-api" % "0.1.8"
[com.net128.oss.web.lib/file-manager-api "0.1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.1 |
| 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.