Skip to content

mikelodoss/mvn

 
 

Repository files navigation

My maven repository

    <repositories> 
      <repository> 
        <id>maven-repository</id> 
        <url>https://raw.github.com/soarcn/mvn/master</url> 
      </repository> 
    </repositories> 

    <dependency>
        <groupId>com.notificationcompact</groupId>
        <artifactId>library</artifactId>
        <version>1.0</version>
        <type>apklib</type>
    </dependency>

    <dependency>
        <groupId>com.cocosw.framework</groupId>
        <artifactId>framework</artifactId>
        <version>1.0-SNAPSHOT</version>
        <type>apklib</type>
        <exclusions>
            <exclusion>
                <artifactId>support-v4</artifactId>
                <groupId>com.google.android</groupId>
            </exclusion>
        </exclusions>
    </dependency>
    
    <dependency>
        <groupId>android.support</groupId>
        <artifactId>compatibility-v4</artifactId>
        <version>18</version>
    </dependency>

About

My maven repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published