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