我有一个托管在 github 上的项目。现在我想要的是,只要包含几行这样的代码,任何人都可以在他们的 maven 项目中使用我的库。
> <dependency>
> <groupId>org.anahata</groupId>
> <artifactId>anahata-core</artifactId>
> <version>1.0</version>
</dependency>
我是 Maven 新手,所以请告诉我确切的步骤。它可以从 github 本身托管吗?