Coder Social home page Coder Social logo

dcapi-maven-publish's Introduction

aar上传github maven仓库

  1. 把aar上传到maven目录(后续需要同步到github的路径) dcapi/maven-dcapi.gradle 里面 maven路径改成自己的路径 maven { url "/Users/wangqin/work/DC/maven" } version修改
  2. 生成maven文件 cd dcapi-maven-publish ./gradlew publish
  3. /Users/wangqin/work/DC/maven上传同步到指定github
  4. 使用maven引入aar 在下面gradle中添加: repositories { maven { url "https://raw.github.com/yimengyuanyun/maven/main" } } 在需要引入的项目gradle中添加: implementation 'com.dcapi:dcapi_lib:0.0.1'

dcapi-maven-publish's People

Contributors

yimengyuanyun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.