| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.leeyazhou |
| Идентификатор | Идентификаторcommon-maven-parent |
| Версия | Версия3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| common-maven-parent-3.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/common-maven-parent/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>common-maven-parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/common-maven-parent/
implementation 'com.github.leeyazhou:common-maven-parent:3'
// https://jarcasting.com/artifacts/com.github.leeyazhou/common-maven-parent/
implementation ("com.github.leeyazhou:common-maven-parent:3")
'com.github.leeyazhou:common-maven-parent:pom:3'
<dependency org="com.github.leeyazhou" name="common-maven-parent" rev="3">
<artifact name="common-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='common-maven-parent', version='3')
)
libraryDependencies += "com.github.leeyazhou" % "common-maven-parent" % "3"
[com.github.leeyazhou/common-maven-parent "3"]