java: org.csource.fastdfs package does not exist has been resolved

, The display does not exist as in FIG jar package at startup maven project. After ascertaining the cause is because the package does not provide a central warehouse

Therefore, the need to manually install it, go download https://www.jb51.net/softs/548716.html

Then, extract the files, command line cmd into the unpacked directory mvn install

(A convenient way: directly in the address bar enter cmd folder directly into the current position)

Click to Enter

The installation is complete.

 

At this point already exists in the repository jar package depends

Add pom.xml file dependent

<dependency>
      <groupId>org.csource</groupId>
      <artifactId>fastdfs-client-java</artifactId>
      <version>1.27-SNAPSHOT</version>
</dependency>

Import dependence, started the project a success.

Similarly, if you have encountered after the example of the jar package does not provide a central repository, you can do according to this.

Download jar package - unpack - install - Add pom-dependent

Later found to have a brother and I like to write, that I should give similar. You can skip take a look. Very detailed

https://blog.csdn.net/qq_36520235/article/details/82316011

 

 

Guess you like

Origin blog.csdn.net/qq_36178165/article/details/88389663