ASMSupport成功release到OSS。

经过两天的倒腾终于将第一个release版本(0.2版本)的asmsupport加入到oss.sonatype.org

通过http://search.maven.org也能搜索到了。这样一来,只需要将asmsupport的maven坐标:


<dependency>
    <groupId>com.googlecode.amssupport</groupId>
    <artifactId>asmsupport</artifactId>
    <version>0.2</version>
</dependency>

加入到pom文件中,就可以通过maven直接下载使用了。
也有可能会因为我朝网络的问题没法下,这样的话就只能在maven的setting.xml文件中配置代理了。我是通过GoAgent+Google App Engine实现的(可以上Youtube哦,网上很多教程)。

留图留真相:
ASMSupport成功release到OSS。_第1张图片

asmsupport地址:https://code.google.com/p/amssupport/

如果大家有开源项目也可以按照官方文档https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide进行操作,将自己的项目加入官方的仓库中心

你可能感兴趣的:(maven,repository,ASMSupport,oss,sonatype,central)