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