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