Giter VIP home page Giter VIP logo

best-webdav-aliyundrive's Introduction

best-webdav-aliyundrive

Alibaba cloud disk WebDAV protocol implementation.

说明:

项目webdav-servlet已经在各大仓库找不到jar了,它对应的项目是:https://github.com/ceefour/webdav-servlet 可以将其clone下来,并安装到本地的maven仓库中,也可以下载本项目提供的jar,直接安装到本地仓库中,安装到本地仓库后对应的坐标信息如下所示:

<!-- webdav-servlet 底层实现 -->
<dependency>
    <groupId>net.sf.webdav-servlet</groupId>
    <artifactId>webdav-servlet</artifactId>
    <version>2.0.1</version>
</dependency>

各位开发者可以点击 这里 进行下载三个jar包,如下所示:

  • webdav-servlet-2.0.1.jar
  • webdav-servlet-2.0.1-sources.jar
  • webdav-servlet-2.0.1-javadoc.jar

下载完成后,进入到下载目录,并执行下面三条命令即可将其安装到本地仓库:

mvn install:install-file -Dfile=webdav-servlet-2.0.1.jar -DgroupId=net.sf.webdav-servlet -DartifactId=webdav-servlet -Dversion=2.0.1 -Dpackaging=jar
mvn install:install-file -Dfile=webdav-servlet-2.0.1-sources.jar -DgroupId=net.sf.webdav-servlet -DartifactId=webdav-servlet -Dversion=2.0.1 -Dpackaging=jar -Dclassifier=sources
mvn install:install-file -Dfile=webdav-servlet-2.0.1-javadoc.jar -DgroupId=net.sf.webdav-servlet -DartifactId=webdav-servlet -Dversion=2.0.1 -Dpackaging=jar -Dclassifier=javadoc

best-webdav-aliyundrive's People

Contributors

itlemon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.