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