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

com.github.leeyazhou:parent 4

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

Группа

Группа

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

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

parent
Версия

Версия

4
Тип

Тип

pom

Скачать parent 4

Имя Файла Размер
parent-4.pom 17 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/parent/ -->
<dependency>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>parent</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/parent/
implementation 'com.github.leeyazhou:parent:4'
// https://jarcasting.com/artifacts/com.github.leeyazhou/parent/
implementation ("com.github.leeyazhou:parent:4")
'com.github.leeyazhou:parent:pom:4'
<dependency org="com.github.leeyazhou" name="parent" rev="4">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='parent', version='4')
)
libraryDependencies += "com.github.leeyazhou" % "parent" % "4"
[com.github.leeyazhou/parent "4"]