Giter VIP home page Giter VIP logo

maven-repository's Introduction

maven-repository

自己的 Maven Repository

添加仓库镜像

  • 将以下代码添加到项目的 pom.xml 中即可获取本仓库的依赖包:
<repositories>
    <repository>
        <id>godcheese-github-maven-repository</id>
        <url>https://raw.githubusercontent.com/godcheese/maven-repository/master/repository</url>
    </repository>
</repositories>
  • 国内无法连接 raw.githubusercontent.com 的问题,在 etc 中指定可以 PING 通的 IP 地址:
199.232.28.133 raw.githubusercontent.com
  • 或者使用
<repositories>
    <repository>
        <id>godcheese-maven-repository-snapshot</id>
        <url>https://raw.githubusercontent.com/godcheese/maven-repository/snapshot/repository</url>
    </repository>
    <repository>
        <id>godcheese-maven-repository-release</id>
        <url>https://raw.githubusercontent.com/godcheese/maven-repository/release/repository</url>
    </repository>
</repositories>

添加项目依赖

pom.xml 文件中依赖包添加方式,如下:

 <dependency>
    <groupId>com.gioov</groupId>
    <artifactId>tile</artifactId>
    <version>1.0.0</version>
 </dependency>

部署代码

maven-repository's People

Contributors

godcheese avatar

Stargazers

 avatar

Watchers

 avatar  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.