Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

How to Become Rich

This is a tutorial about how to publish a Maven artifact to GitHub:

https://www.liaoxuefeng.com/wiki/1252599548343744/1347981037010977

Usage

Add the following to pom.xml:

<project ...>

    ...

    <repositories>
        <repository>
            <id>github-rich-repo</id>
            <name>The Rich Repository on Github</name>
            <url>https://michaelliao.github.io/how-to-become-rich/maven-repo/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.itranswarp.rich</groupId>
            <artifactId>how-to-become-rich</artifactId>
            <version>1.0.0</version>
        </dependency>
    </dependencies>

    ...

</project>

Sample code

Millionaire millionaire = new Millionaire();
System.out.println(millionaire.howToBecomeRich());

关于 About

A sample Maven repo that makes you rich.

语言 Languages

Java100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors