kiw*_*rog 3 repository apache-commons vfs maven
有什么想法使用哪个Maven存储库来使用Apache公共VFS库?谢谢.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.1-SNAPSHOT</version>
</dependency>
Run Code Online (Sandbox Code Playgroud)
**编辑**:以下存储库工作正常:
<repository>
<id>commons-vfs</id>
<name>Apache Commons VFS Repository Group</name>
<url>https://repository.apache.org/content/groups/snapshots/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
Run Code Online (Sandbox Code Playgroud)
nde*_*rge 10
请检查您的artifactId是否正确:http://mvnrepository.com/artifact/org.apache.commons/commons-vfs2/2.0
它应该是:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.0</version>
</dependency>
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
6268 次 |
最近记录: |