maven私有包的问题

发布于 2021-11-17 19:54:53 字数 2258 浏览 933 评论 2

@廖凯 你好,想跟你请教个问题:

你好,我最近要使用android.content.res.AXmlResourceParser这个类,没有在maven车库找到这个APKParser.jar包,就往oschina的maven上传了一个,

<dependency>
  <groupId>android.content.res</groupId>
  <artifactId>AXmlResourceParser</artifactId>
  <version>1</version>
</dependency>


在项目中使用:

 <repository>
            <id>nexus</id>
            <name>local private nexus</name>
            <url>http://maven.oschina.net/content/groups/public/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>

<pluginRepositories>
        <pluginRepository>
            <id>nexus</id>
            <name>local private nexus</name>
            <url>http://maven.oschina.net/content/groups/public/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>
但是,无法下载到这个jar,是什么原因啊

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

策马西风 2021-11-23 15:39:03

把本地库中的相关包目录删掉,重新下载一次

左岸枫 2021-11-18 15:29:38

我刚用您的pom测试了一下,可以down下来这个包

图中画红线部分

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文