在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jitpack/maven-modular开源软件地址(OpenSource Url):https://github.com/jitpack/maven-modular开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Example Maven multi-module projectThis project has two maven modules:
With multi-module projects the groupId becomes: com.github.User.Repo And artifactId remains the same as in the module's pom file. Module 1: <dependency>
<groupId>com.github.jitpack.maven-modular</groupId>
<artifactId>module1</artifactId>
<version>1.1</version>
</dependency> Module 2: <dependency>
<groupId>com.github.jitpack.maven-modular</groupId>
<artifactId>module2</artifactId>
<version>1.1</version>
</dependency> To get both of them together use the usual repository syntax: <dependency>
<groupId>com.github.jitpack</groupId>
<artifactId>maven-modular</artifactId>
<version>1.1</version>
</dependency> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论