не последняя версия
Последняя версия 4

com.github.leeyazhou:common-maven-parent 2

定义常用maven配置信息,省时好用。

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.leeyazhou
Идентификатор

Идентификатор

common-maven-parent
Версия

Версия

2
Тип

Тип

pom

Скачать common-maven-parent 2

Имя Файла Размер
common-maven-parent-2.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>2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/common-maven-parent/
implementation 'com.github.leeyazhou:common-maven-parent:2'
// https://jarcasting.com/artifacts/com.github.leeyazhou/common-maven-parent/
implementation ("com.github.leeyazhou:common-maven-parent:2")
'com.github.leeyazhou:common-maven-parent:pom:2'
<dependency org="com.github.leeyazhou" name="common-maven-parent" rev="2">
  <artifact name="common-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='common-maven-parent', version='2')
)
libraryDependencies += "com.github.leeyazhou" % "common-maven-parent" % "2"
[com.github.leeyazhou/common-maven-parent "2"]